mirror of
https://github.com/servo/servo.git
synced 2025-06-19 22:59:03 +01:00
22 lines
319 B
HTML
22 lines
319 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-x;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div></div>
|
|
</body>
|
|
</html>
|
|
|
|
|