diff options
Diffstat (limited to 'layout/reftests/bugs/490173-2-ref.html')
-rw-r--r-- | layout/reftests/bugs/490173-2-ref.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/bugs/490173-2-ref.html b/layout/reftests/bugs/490173-2-ref.html new file mode 100644 index 0000000000..cab4e3f0c0 --- /dev/null +++ b/layout/reftests/bugs/490173-2-ref.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> +<body> + <table border="1"> + <colgroup> + <col width="200"> + </colgroup> + <tr><td>Foo</tr></td> + </table> +</body> +</html> |