diff options
Diffstat (limited to 'layout/base/crashtests/1116104.html')
-rw-r--r-- | layout/base/crashtests/1116104.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/base/crashtests/1116104.html b/layout/base/crashtests/1116104.html new file mode 100644 index 000000000..3f3f0169a --- /dev/null +++ b/layout/base/crashtests/1116104.html @@ -0,0 +1,15 @@ +<html> + +<head> + +</head> + +<body> +<style>colgroup::after { content:"after"; }</style> + +<table> +<colgroup><col style="display: inline;">t</col></colgroup> +</table> + +</body> +</html> |