mirror of
https://github.com/servo/servo.git
synced 2025-07-16 03:43:38 +01:00
26 lines
368 B
HTML
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>
|
|
|
|
|