servo/tests/ref/background_repeat_x_b.html
2014-09-08 20:21:42 -06:00

26 lines
368 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>You see here a scroll labeled XIXAXA XOXAXA XUXAXA.</title>
<style>
div {
width: 206px;
height: 206px;
background: url(rust-0.png);
position: absolute;
top: 0;
}
.repeata {
left: 0;
}
.repeatb {
left: 206px;
}
</style>
</head>
<body>
<div class=repeata></div><div class=repeatb></div>
</body>
</html>