mirror of
https://github.com/servo/servo.git
synced 2025-06-24 00:54:32 +01:00
18 lines
416 B
HTML
18 lines
416 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Reference file</title>
|
|
<link rel="author" title="Mitsuteru Sawa" href="mailto:mitsuteru.s@gmail.com">
|
|
<style>
|
|
.test {
|
|
height: 100px;
|
|
width: 250px;
|
|
background-color: green;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>The test passes if you see a green rectangle and no red.</p>
|
|
<div class="test"></div>
|
|
</body>
|
|
</html>
|