summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/329900-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/base/crashtests/329900-1.html')
-rw-r--r--layout/base/crashtests/329900-1.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/base/crashtests/329900-1.html b/layout/base/crashtests/329900-1.html
new file mode 100644
index 0000000000..54d7021491
--- /dev/null
+++ b/layout/base/crashtests/329900-1.html
@@ -0,0 +1,15 @@
+<html>
+<head>
+<title>Testcase bug 329900 - Crash with evil testcase, using table-column-group, table-column, table-cell</title>
+</head>
+<body>
+Mozilla should not crash with this page
+<div style="display: table-cell;">
+ <span style="display: table-cell;"></span>
+ <span style="display: table-column;"></span>
+ <span style="display: table-column-group;"></span>
+ <span style="display: table-cell;"></span>
+ <table></table>
+</div>
+
+</body></html>