summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/visudet/reference/line-height-201-ref.html
blob: 3564bf778582722bcac7931affc4030d031fd958 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference file</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
<style>
div {
  position: absolute;
  width: 100px;
  height: 100px;
  background: green;
}
</style>

<p>Test passes if there is a <strong>green square</strong> and <strong>no red</strong> below.

<div></div>