summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-contain/reference/contain-baseline-ref.html
blob: 1fdecb1c33149af52c48c105bce8ad91904bad44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<title>CSS test reference</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
<style>
div {
  display: inline-block;
  height: 5px;
  background: blue;
  width: 50px;
  color: transparent;
  font-size: 100px;
}
</style>

<p>Test passes if there are two, not one, blue lines below.</p>
<div></div><div>a</div>