mirror of
https://github.com/servo/servo
synced 2026-05-10 00:52:08 +02:00
18 lines
316 B
HTML
18 lines
316 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>CSS Reftest Reference</title>
|
|
<link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
|
|
<style>
|
|
div {
|
|
height: 100px;
|
|
width: 100px;
|
|
background: lime;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div></div>
|
|
</body>
|
|
</html>
|