Bug 367755 - crashtest

This commit is contained in:
Jesse Ruderman 2013-01-26 21:28:55 +01:00
parent 86eeb7c0fe
commit 43c6b45f03
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,23 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script>
function boom()
{
document.getElementById("tr").style.cssFloat = "right";
}
</script>
</head>
<body onload="setTimeout(boom, 300);">
<table border="1">
<tr id="tr">
<td>Foo</td>
</tr>
</table>
</body>
</html>

View File

@ -59,6 +59,7 @@ load 364512-1.html
load 366556-1.xhtml
load 367673-1.xhtml
load 367749.html
load 367755.xhtml
load 368166-1.xhtml
load 370360-1.html
load 370713-1.html