test: Fix some reftests.

This commit is contained in:
Patrick Walton 2014-03-31 16:45:02 -07:00
parent c49f23ffb2
commit 2e5b210c95
5 changed files with 22 additions and 13 deletions

View file

@ -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>

View file

@ -5,8 +5,8 @@
<style>
#foo {
background: url(400x400_green.png);
width: 32px;
height: 32px;
width: 400px;
height: 400px;
margin-left: 128px;
}
</style>

View file

@ -8,6 +8,9 @@ div {
height: 412px;
background: url(rust-0.png);
background-repeat: repeat-x;
position: absolute;
left: 0;
top: 0;
}
</style>
</head>

View file

@ -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>

View file

@ -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