Add crashtest

git-svn-id: svn://10.0.0.236/trunk@241535 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jruderman%hmc.edu
2007-12-17 06:42:01 +00:00
parent b6bb40a380
commit 6d34283ba3
4 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script>
function boom()
{
var b = document.getElementById('b');
b.style.counterIncrement = 'chicken';
document.body.offsetHeight;
b.style.counterIncrement = '';
}
</script>
</head>
<body onload="boom();">
<col id="a" span="2"></col><col id="b"></col>
</body>
</html>

View File

@@ -31,3 +31,4 @@ load 398157-1.xhtml
load 399209-1.xhtml
load 403249-1.html
load 403579-1.html
load 404301-1.xhtml

View File

@@ -0,0 +1,12 @@
<html><head>
</head>
<body>
<div style="display: -moz-deck"><div style="display: -moz-popup"></div></div>
<div style="position: relative">Y</div>
</body>
</html>

View File

@@ -1,3 +1,4 @@
load 311457-1.html
load 327776-1.html
load 329407-1.xml
load 346083-1.html