mirror of
https://github.com/servo/servo.git
synced 2025-06-21 15:49:04 +01:00
27 lines
495 B
HTML
27 lines
495 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>You see here a scroll labeled XIXAXA XOXAXA XUXAXA.</title>
|
|
<style>
|
|
.repeaty {
|
|
width: 412px;
|
|
height: 206px;
|
|
background: url(rust-0.png);
|
|
}
|
|
.repeatx {
|
|
width: 206px;
|
|
height: 206px;
|
|
background: url(rust-0.png);
|
|
float: left;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<div class=repeaty><div class=repeatx></div><div class=repeatx></div></div>
|
|
<div class=repeaty><div class=repeatx></div><div class=repeatx></div></div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|
|
|