diff options
Diffstat (limited to 'layout/reftests/bugs/490182-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/490182-1-ref.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/bugs/490182-1-ref.html b/layout/reftests/bugs/490182-1-ref.html new file mode 100644 index 0000000000..9c002563ff --- /dev/null +++ b/layout/reftests/bugs/490182-1-ref.html @@ -0,0 +1,14 @@ +<!DOCTYPE HTML> +<html> +<head> +</head> +<body> +<table border="2" id="table"> +<col id="col1"> +<col width=200 id="col2"> +<tr> +<td>100?</td><td>200</td> +</tr> +</table> +</body> +</html> |