summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/280708-2.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/base/crashtests/280708-2.html')
-rw-r--r--layout/base/crashtests/280708-2.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/base/crashtests/280708-2.html b/layout/base/crashtests/280708-2.html
new file mode 100644
index 0000000000..c5a94ab35c
--- /dev/null
+++ b/layout/base/crashtests/280708-2.html
@@ -0,0 +1,9 @@
+<html class="reftest-wait"><head>
+<style>
+.rowg {display:table-row-group;}
+</style>
+</head><body onload="document.getElementById('x').className = 'rowg'; document.body.offsetWidth; document.getElementById('y').className = 'rowg'; document.body.offsetWidth; document.documentElement.className = '';">
+<table><tbody><tr>
+<td id="y"><input id="x"></td>
+</tr></tbody></table>
+</body></html>