mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 419531 reftest
This commit is contained in:
parent
5fdb0cc854
commit
1fd886bbdf
14
layout/reftests/bugs/419531-1-ref.html
Normal file
14
layout/reftests/bugs/419531-1-ref.html
Normal 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>
|
18
layout/reftests/bugs/419531-1.html
Normal file
18
layout/reftests/bugs/419531-1.html
Normal 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user