Files
servo/tests/ref/background_repeat_none_b.html
Jack Moffitt c6ab60dbfc Cargoify servo
2014-09-08 20:21:42 -06:00

19 lines
247 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>You see here a scroll labeled XIXAXA XOXAXA XUXAXA.</title>
<style>
div {
width: 200px;
height: 200px;
background: url(rust-0.png);
}
</style>
</head>
<body>
<div id=repeat></div>
</body>
</html>