Bug 419531 reftest

This commit is contained in:
roc+@cs.cmu.edu 2008-02-27 01:41:08 -08:00
parent 5fdb0cc854
commit 1fd886bbdf
3 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<body>
<fieldset>
<div style="white-space: pre">
<span>This text doesn't move around This text does</span>
<span>This text doesn't move around This text does</span>
<span>This text doesn't move around This text does</span>
<span>This text doesn't move around This text does!</span>
</div>
</fieldset>
</body>
</html>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<body>
<fieldset>
<div style="white-space: pre">
<span>This text doesn't move around This text does</span>
<span>This text doesn't move around This text does</span>
<span>This text doesn't move around This text does</span>
<span id="s">This text doesn't move around This text does</span>
</div>
</fieldset>
<script>
document.body.offsetTop;
document.getElementById("s").innerHTML += "!";
</script>
</body>
</html>

View File

@ -736,3 +736,4 @@ random == 403134-1.html 403134-1-ref.html # bug 405377
== 416752-1.html 416752-1-ref.html
== 417676.html 417676-ref.html
== 419060.html 419060-ref.html
== 419531-1.html 419531-1-ref.html