blob: ab5ae4cb4028aa428a79fff89641537bf47b7309 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
</head>
<body>
<div style="width: 100px; height: 100px">
<div style="background: blue; width: 50px; height: 50px;"></div>
<div style="background: lime; width: 50px; height: 50px; margin-left: 50px;"></div>
</div>
</body>
</html>
|