diff options
Diffstat (limited to 'layout/reftests/bugs/492661-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/492661-1-ref.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/layout/reftests/bugs/492661-1-ref.html b/layout/reftests/bugs/492661-1-ref.html new file mode 100644 index 000000000..eaf999dc7 --- /dev/null +++ b/layout/reftests/bugs/492661-1-ref.html @@ -0,0 +1,24 @@ +<!DOCTYPE html> +<html> +<head> +</head> + +<body> + +<table> +<col> +<col style="visibility: collapse;"><col> +<tbody id="tbody"> + <tr> + <td>one</td> + <td>two</td> + </tr> + <tr> + <td>one</td> + <td>two</td> + </tr> +</tbody> +</table> + +</body> +</html> |