diff options
Diffstat (limited to 'layout/reftests/bugs/444928-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/444928-1-ref.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/bugs/444928-1-ref.html b/layout/reftests/bugs/444928-1-ref.html new file mode 100644 index 000000000..b7ef8bcb7 --- /dev/null +++ b/layout/reftests/bugs/444928-1-ref.html @@ -0,0 +1,17 @@ +<html> +<head> +<style type="text/css"> +table{ width: 500px; } + +</style> +</head> +<body> +<table class="grid" cellspacing="50" cellpadding="0" border> +<col width="10%"/> +<col width="1" span="2"/> +<tbody> +<tr><th class="top" colspan="3"> Some Text</th></tr> +</tbody> +</table> +</body> +</html> |