blob: 9642435bf124fb47a83950991ce39d5f709bfd04 (
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="Dirk Schulze" href="mailto:dschulze@adobe.com">
</head>
<body>
<p>The test passes if there is a horizontal blue stripe under a horizontal green stripe.</p>
<div style="background-color: blue; width: 100px; height: 100px; border-left: 50px solid white; border-top: 100px solid white">
<div style="width: 100px; height: 50px; background-color: green;"></div>
</div>
</body>
</html>
|