summaryrefslogtreecommitdiffstats
path: root/layout/tables/crashtests/387051-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/tables/crashtests/387051-1.html')
-rw-r--r--layout/tables/crashtests/387051-1.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/tables/crashtests/387051-1.html b/layout/tables/crashtests/387051-1.html
new file mode 100644
index 0000000000..b2beec86e7
--- /dev/null
+++ b/layout/tables/crashtests/387051-1.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+<head>
+</head>
+<body onload="document.getElementById('d').style.margin = '60%';">
+ <div style="display: table-caption;">
+ <div id="d" >
+ a
+ b
+ <span style="float: left;">c</span>
+ <span style="float: left;">d</span>
+ </div>
+ </div>
+</body>
+</html>