Adding test.
git-svn-id: svn://10.0.0.236/trunk@242197 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d73e3af167
commit
cf1b8e6097
8
mozilla/layout/reftests/bugs/307102-1-ref.html
Normal file
8
mozilla/layout/reftests/bugs/307102-1-ref.html
Normal 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>
|
||||
9
mozilla/layout/reftests/bugs/307102-1.html
Normal file
9
mozilla/layout/reftests/bugs/307102-1.html
Normal 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>
|
||||
8
mozilla/layout/reftests/bugs/307102-2-ref.html
Normal file
8
mozilla/layout/reftests/bugs/307102-2-ref.html
Normal 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>
|
||||
8
mozilla/layout/reftests/bugs/307102-2.html
Normal file
8
mozilla/layout/reftests/bugs/307102-2.html
Normal 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>
|
||||
9
mozilla/layout/reftests/bugs/307102-3-ref.html
Normal file
9
mozilla/layout/reftests/bugs/307102-3-ref.html
Normal 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>
|
||||
9
mozilla/layout/reftests/bugs/307102-3.html
Normal file
9
mozilla/layout/reftests/bugs/307102-3.html
Normal 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>
|
||||
10
mozilla/layout/reftests/bugs/307102-4-ref.html
Normal file
10
mozilla/layout/reftests/bugs/307102-4-ref.html
Normal 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>
|
||||
10
mozilla/layout/reftests/bugs/307102-4.html
Normal file
10
mozilla/layout/reftests/bugs/307102-4.html
Normal 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>
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user