summaryrefslogtreecommitdiffstats
path: root/layout/tables/crashtests/759249-2.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/tables/crashtests/759249-2.html')
-rw-r--r--layout/tables/crashtests/759249-2.html10
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 0000000000..57c575eb02
--- /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>