mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Adding test.
This commit is contained in:
parent
3467b91cc2
commit
b02f509787
8
layout/reftests/bugs/307102-1-ref.html
Normal file
8
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
layout/reftests/bugs/307102-1.html
Normal file
9
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
layout/reftests/bugs/307102-2-ref.html
Normal file
8
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
layout/reftests/bugs/307102-2.html
Normal file
8
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
layout/reftests/bugs/307102-3-ref.html
Normal file
9
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
layout/reftests/bugs/307102-3.html
Normal file
9
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
layout/reftests/bugs/307102-4-ref.html
Normal file
10
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
layout/reftests/bugs/307102-4.html
Normal file
10
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…
Reference in New Issue
Block a user