mirror of
https://github.com/servo/servo
synced 2026-05-10 17:12:23 +02:00
21 lines
384 B
HTML
21 lines
384 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>CSS Reftest Reference</title>
|
|
<link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
|
|
<style>
|
|
div {
|
|
width: 100px;
|
|
height: 50px;
|
|
background: gold;
|
|
position: absolute;
|
|
left: 100px;
|
|
top: 100px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div></div>
|
|
</body>
|
|
</html>
|