Add reftests

git-svn-id: svn://10.0.0.236/trunk@250673 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jruderman%hmc.edu 2008-04-23 05:00:19 +00:00
parent c214a7c929
commit cb50114cc3
7 changed files with 85 additions and 0 deletions

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div style="float:left; width:10px; height:500px; background:blue; display: block;"></div>
<div style="float:right; height: 100px; width: 20px; background: red;"></div>
<div>
<div id=b style="float:left; clear: right; width: 100px; height:100px; border: solid orange;"></div>
asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf
</div>
</body>
</html>

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
</head>
<body onload="document.getElementById('blue').style.display = 'block'; ">
<div style="float:left; width:10px; height:500px; background:blue; display: none" id="blue"></div>
<div style="float:right; height: 100px; width: 20px; background: red;"></div>
<div>
<div id=b style="float:left; clear: right; width: 100px; height:100px; border: solid orange;"></div>
asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf
</div>
</body>
</html>

View File

@ -0,0 +1,9 @@
<html>
<head></head>
<body>
<div style="position: absolute;"><input id="input" type="file" style="position: absolute;"></div>
</body>
</html>

View File

@ -0,0 +1,14 @@
<html>
<head></head>
<body>
<div style="position: absolute;"><input id="input" type="file"></div>
<script>
document.body.offsetHeight;
document.getElementById("input").style.position = "absolute";
</script>
</body>
</html>

View File

@ -0,0 +1,9 @@
<html>
<head></head>
<body>
<div style="position: absolute; outline: 1px solid magenta;"><input id="input" type="file" style="position: absolute;"></div>
</body>
</html>

View File

@ -0,0 +1,14 @@
<html>
<head></head>
<body>
<div style="position: absolute; outline: 1px solid magenta;"><input id="input" type="file"></div>
<script>
document.body.offsetHeight;
document.getElementById("input").style.position = "absolute";
</script>
</body>
</html>

View File

@ -621,6 +621,7 @@ skip-if(MOZ_WIDGET_TOOLKIT!="windows") == 391045.html 391045-ref.html # windows-
== 396286-1.html about:blank # crash test
== 397428-1.html 397428-1-ref.html
== 397844-1.xhtml 397844-1-ref.xhtml
== 398092-1.html 398092-1-ref.html
== 398101-1.html 398101-1-ref.html
== 398144-1.html 398144-1-ref.html
== 398797-1a.html 398797-1-ref.html
@ -734,6 +735,8 @@ random == 403134-1.html 403134-1-ref.html # bug 405377
fails == 411585-3.html 411585-3-ref.html # bug 426909
== 411792-1.html 411792-1-ref.html
== 412093-1.html 412093-1-ref.html
== 412352-1.html 412352-1-ref.html
== 412352-2.html 412352-2-ref.html
== 412607-1a.html 412607-1-ref.html
== 412607-1b.html 412607-1-ref.html
== 412679-1.html 412679-1-ref.html