blob: 519789564ab216ea731a85c36fa0ade93b016231 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!DOCTYPE html>
<html><head>
<title>CSS Reftest Reference</title>
<link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala">
<link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck"> <!-- 07-15-2013 -->
<style type="text/css">
#green-square {
width: 100px;
height: 100px;
background-color: green;
}
</style>
</head>
<body>
<p>The test passes if you see a green square and no red.</p>
<div id="green-square"></div>
</body></html>
|