Bug 393655 reftests. r=roc

This commit is contained in:
dholbert@cs.stanford.edu 2007-11-01 13:07:56 -07:00
parent 2d41d46a14
commit 5bdd0b0784
5 changed files with 59 additions and 1 deletions

View File

@ -0,0 +1,10 @@
<html>
<body>
<span id="editMe" style="margin-bottom: 1px;">
a
</span>
<div>
b
</div>
</body>
</html>

View File

@ -0,0 +1,18 @@
<html class="reftest-wait">
<head>
<script>
function tweak() {
var editMe = document.getElementById('editMe');
editMe.innerHTML="a";
document.documentElement.className = "";
}
</script>
</head>
<body onload="tweak()">
<span id="editMe" style="margin-bottom: 1px;">
</span>
<div>
b
</div>
</body>
</html>

View File

@ -0,0 +1,10 @@
<html>
<body>
<span id="editMe" style="margin-top: 1px;">
a
</span>
<div>
b
</div>
</body>
</html>

View File

@ -0,0 +1,18 @@
<html class="reftest-wait">
<head>
<script>
function tweak() {
var editMe = document.getElementById('editMe');
editMe.innerHTML="a";
document.documentElement.className = "";
}
</script>
</head>
<body onload="tweak()">
<span id="editMe" style="margin-top: 1px;">
</span>
<div>
b
</div>
</body>
</html>

View File

@ -404,8 +404,10 @@ fails == 386310-1d.html 386310-1-ref.html
== 391909-1.html 391909-1-ref.html
== 391994-1.html 391994-1-ref.html
== 392435-1.html 392435-1-ref.html
== 393649-1.html 393649-1-ref.html
== 393517-1.xhtml about:blank # crash test
== 393649-1.html 393649-1-ref.html
fails == 393655-1.html 393655-1-ref.html # Remove 'fails' when 393655 lands
fails == 393655-2.html 393655-2-ref.html # Remove 'fails' when 393655 lands
== 393671-1.html 393671-1-ref.html
== 393671-2.html 393671-2-ref.html
== 393671-3.html 393671-3-ref.html