Add reftests
git-svn-id: svn://10.0.0.236/trunk@250673 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c214a7c929
commit
cb50114cc3
18
mozilla/layout/reftests/bugs/398092-1-ref.html
Normal file
18
mozilla/layout/reftests/bugs/398092-1-ref.html
Normal 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>
|
||||
18
mozilla/layout/reftests/bugs/398092-1.html
Normal file
18
mozilla/layout/reftests/bugs/398092-1.html
Normal 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>
|
||||
9
mozilla/layout/reftests/bugs/412352-1-ref.html
Normal file
9
mozilla/layout/reftests/bugs/412352-1-ref.html
Normal file
@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head></head>
|
||||
|
||||
<body>
|
||||
|
||||
<div style="position: absolute;"><input id="input" type="file" style="position: absolute;"></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
14
mozilla/layout/reftests/bugs/412352-1.html
Normal file
14
mozilla/layout/reftests/bugs/412352-1.html
Normal 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>
|
||||
9
mozilla/layout/reftests/bugs/412352-2-ref.html
Normal file
9
mozilla/layout/reftests/bugs/412352-2-ref.html
Normal 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>
|
||||
14
mozilla/layout/reftests/bugs/412352-2.html
Normal file
14
mozilla/layout/reftests/bugs/412352-2.html
Normal 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>
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user