Adding test.

This commit is contained in:
bzbarsky@mit.edu 2007-12-30 14:34:15 -08:00
parent 3467b91cc2
commit b02f509787
9 changed files with 79 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<body>
<div style="position: absolute; width: 100px;">
<img src="solidblue.png" style="position: absolute; top: 0; left: 0;">
</div>
</body>
</html>

View File

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<body>
<div style="position: absolute; width: 100px;">
<img src="solidblue.png"
style="position: absolute; top: 0; left: 0; right: 0">
</div>
</body>
</html>

View File

@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<body>
<div style="position: absolute; width: 100px;">
<input style="position: absolute; top: 0; left: 0;">
</div>
</body>
</html>

View File

@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<body>
<div style="position: absolute; width: 100px;">
<input style="position: absolute; top: 0; left: 0; right: 0">
</div>
</body>
</html>

View File

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<body>
<div style="position: absolute; width: 100px;">
<input type="submit"
style="position: absolute; top: 0; left: 0;">
</div>
</body>
</html>

View File

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<body>
<div style="position: absolute; width: 100px;">
<input type="submit"
style="position: absolute; top: 0; left: 0; right: 0">
</div>
</body>
</html>

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<body>
<div style="position: absolute; width: 100px;">
<div style="position: absolute; top: 0; left: 0; width: 100px;
height: 100px; background: green">
</div>
</div>
</body>
</html>

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<body>
<div style="position: absolute; width: 100px;">
<div style="position: absolute; top: 0; left: 0; right: 0;
height: 100px; background: green">
</div>
</div>
</body>
</html>

View File

@ -136,6 +136,10 @@ fails-if(MOZ_WIDGET_TOOLKIT!="cocoa") HTTP == 289480.html#top 289480-ref.html #
== 306660-1.html 306660-1-ref.html
== 306660-2.html 306660-2-ref.html
== 306660-3.html 306660-3-ref.html
== 307102-1.html 307102-1-ref.html
== 307102-2.html 307102-2-ref.html
== 307102-3.html 307102-3-ref.html
== 307102-4.html 307102-4-ref.html
== 311822-1.html 311822-1-ref-a.html
== 311822-1.html 311822-1-ref-b.html
== 315620-1a.html 315620-1-ref.html
@ -613,3 +617,7 @@ random == 403134-1.html 403134-1-ref.html # bug 405377
== 408782-1b.html 408782-1-ref.html
== 408782-2a.html 408782-2-ref.html
== 408782-2b.html 408782-2-ref.html
== 409659-1a.html 409659-1-ref.html
!= 409659-1b.html 409659-1-ref.html
!= 409659-1c.html 409659-1-ref.html
== 409659-1d.html 409659-1-ref.html