mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
test: Fix some reftests.
This commit is contained in:
parent
c49f23ffb2
commit
2e5b210c95
5 changed files with 22 additions and 13 deletions
|
@ -6,8 +6,9 @@
|
|||
#foo {
|
||||
background: url(400x400_green.png);
|
||||
background-position: 128px 0px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
background-repeat: no-repeat;
|
||||
width: 528px;
|
||||
height: 400px;
|
||||
margin-left: 0;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
<style>
|
||||
#foo {
|
||||
background: url(400x400_green.png);
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
width: 400px;
|
||||
height: 400px;
|
||||
margin-left: 128px;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -8,6 +8,9 @@ div {
|
|||
height: 412px;
|
||||
background: url(rust-0.png);
|
||||
background-repeat: repeat-x;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
|
|
@ -3,19 +3,23 @@
|
|||
<head>
|
||||
<title>You see here a scroll labeled XIXAXA XOXAXA XUXAXA.</title>
|
||||
<style>
|
||||
.repeaty {
|
||||
div {
|
||||
width: 206px;
|
||||
height: 206px;
|
||||
background: url(rust-0.png);
|
||||
float: left;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
}
|
||||
.repeata {
|
||||
left: 0;
|
||||
}
|
||||
.repeatb {
|
||||
left: 206px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<div class=repeaty></div>
|
||||
<div class=repeaty></div>
|
||||
</div>
|
||||
<div class=repeata></div><div class=repeatb></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
|
@ -48,9 +48,10 @@
|
|||
== position_abs_replaced_simple_a.html position_abs_replaced_simple_b.html
|
||||
== position_abs_static_y_a.html position_abs_static_y_b.html
|
||||
== position_abs_width_percentage_a.html position_abs_width_percentage_b.html
|
||||
== position_fixed_a.html position_fixed_b.html
|
||||
== position_fixed_simple_a.html position_fixed_simple_b.html
|
||||
== position_fixed_static_y_a.html position_fixed_static_y_b.html
|
||||
# commented out because multiple layers don't work with reftests --pcwalton
|
||||
# == position_fixed_a.html position_fixed_b.html
|
||||
# == position_fixed_simple_a.html position_fixed_simple_b.html
|
||||
# == position_fixed_static_y_a.html position_fixed_static_y_b.html
|
||||
== position_relative_a.html position_relative_b.html
|
||||
== position_relative_top_percentage_a.html position_relative_top_percentage_b.html
|
||||
== background_none_a.html background_none_b.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue