summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/white-space/reference/trailing-other-space-separators-break-spaces-009-ref.html
blob: d62e758e2f23cd9bab42fd80a5de899cab89d855 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<meta charset="utf-8">
<title>Test reference</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
div {
  white-space: pre;
  font-size: 10px;
  line-height: 1;
  width: 2em;
}
section {
  font-family: Ahem;
  float: left;
  margin: 0 1em;
  color: blue;
}
.ref {
  color: orange;
}
</style>

<p>Test passes if the orange and blue parts of this page are identical.

<section class=ref>
  <div>xx&#x2007;<br>&#x2007;<br>&#x2007;xx</div><!--GL, non tailorable after, tailorable before-->
</section>
<section>
  <div>xx&#x2007;<br>&#x2007;<br>&#x2007;xx</div><!--GL, non tailorable after, tailorable before-->
</section>