mirror of
https://github.com/servo/servo.git
synced 2025-07-31 19:20:22 +01:00
18 lines
247 B
HTML
18 lines
247 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);
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id=repeat></div>
|
|
</body>
|
|
</html>
|
|
|
|
|