summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/line-breaking/reference/line-breaking-atomic-004-ref.html
blob: 022004bfc70268dbe22d6731f323ba3bfe8246b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html>
<meta charset="utf-8">
<title>Test reference</title>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
div {
  font: 50px/1 Ahem;
  position: absolute;
  z-index: -1;
  color: green;
}
</style>

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

<div>&#8239;AB<br>&#8239;CD</div>