blob: aa97e2bc8347a12b03eae593860f6403da311cd8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!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;
}
</style>
<p>Test passes if the shape below is green and if there is no red.
<div>あああ</div><div>ああ</div>
|