blob: e406b86a3a4b32e0b3367ea26c6e3f3ca8e44338 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS test reference</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
<style>
div {
line-height: 1;
color: transparent;
background: green;
float: left;
clear: left;
white-space: pre;
}
</style>
<p>Test passes if the shape below is green and if there is no red.
<div>xx                    </div>
<div>xx</div>
|