diff options
Diffstat (limited to 'layout/tables/crashtests/759249-2.html')
-rw-r--r-- | layout/tables/crashtests/759249-2.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/tables/crashtests/759249-2.html b/layout/tables/crashtests/759249-2.html new file mode 100644 index 000000000..57c575eb0 --- /dev/null +++ b/layout/tables/crashtests/759249-2.html @@ -0,0 +1,10 @@ +<!doctype html> +<html> + <style> + table:after { display: table-footer-group; content: "x"; } + </style> + <table> + <script> + document.body.offsetWidth; + </script> + <tbody></tbody><colgroup></colgroup> |