mirror of
https://github.com/servo/servo.git
synced 2025-07-02 21:13:39 +01:00
19 lines
278 B
HTML
19 lines
278 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>You see here a scroll labeled XIXAXA XOXAXA XUXAXA.</title>
|
|
<style>
|
|
div {
|
|
width: 412px;
|
|
height: 412px;
|
|
background: url(rust-0.png);
|
|
background-repeat: repeat;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id=repeat></div>
|
|
</body>
|
|
</html>
|
|
|
|
|