Bug 494283 - crash test

This commit is contained in:
Jesse Ruderman 2013-05-12 23:09:31 +02:00
parent cf002da331
commit 5d137d3059
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<html xmlns="http://www.w3.org/1999/xhtml" style="position: absolute; display: table;">
<head><style>span:before { content: '1' }</style></head>
<body onload="document.documentElement.style.display = '';document.documentElement.offsetHeight;"><div style="position: absolute;"></div><span></span></body>
</html>

View File

@ -0,0 +1,6 @@
<body>
<fieldset id="x"><legend>longlonglong</legend></fieldset>
<script>
var x = document.getElementById("x");
x.insertBefore(document.createTextNode("aa"), x.firstChild);
</script>

View File

@ -332,6 +332,8 @@ load 489462-1.html
load 489480-1.xhtml
load 493111-1.html
load 493118-1.html
load 494283-1.xhtml
load 494283-2.html
load 494300-1.xul
load 494332-1.html
load 495875-1.html