Add a reftest

This commit is contained in:
jruderman@hmc.edu 2007-12-23 17:47:40 -08:00
parent d2ecf9b321
commit 5c4de33767
3 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<html>
<head>
</head>
<body>
<div id="div"><span>x </span><span> x</span></div>
</body>
</html>

View File

@ -0,0 +1,16 @@
<html>
<head>
<script>
function m()
{
document.body.offsetHeight;
var div = document.getElementById("div");
var doomed = document.getElementById("doomed");
div.removeChild(doomed);
}
</script>
</head>
<body onload="m();">
<div id="div"><span>x </span><div id="doomed">y</div><span> x</span></div>
</body>
</html>

View File

@ -466,6 +466,7 @@ random-if(MOZ_WIDGET_TOOLKIT=="cocoa") == 379316-2.html 379316-2-ref.html # bug
== 385533-1.html about:blank # assertion test
== 385569-1a.html 385569-1-ref.html
== 385569-1b.html 385569-1-ref.html
== 385607-1.html 385607-1-ref.html
== 385823-1.html 385823-1-ref.html
== 385823-2a.html 385823-2-ref.html
fails == 385823-2b.html 385823-2-ref.html