summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/white-space/reference/line-edge-white-space-collapse-001-ref.html
blob: 02fa594255f00396f66e86837409cd579282f7de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html>
<meta charset=utf-8>
<link rel="author" title="Mike Bremford" href="mailto:mike@bfo.com">
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
<title>CSS test reference</title>
<style>
div { font: 30px/30px monospace; }
span { border-left: 30px solid green }
</style>

<p>Test passes if there is a single green rectangle next to ABCDEFGHIJ, and no red.

<div>A<span></span></div>
<div>B<span></span></div>
<div>C<span></span></div>
<div>D<span></span></div>
<div>E<span></span></div>
<div>F<span></span></div>
<div>G<span></span></div>
<div>H<span></span></div>
<div>I<span></span></div>
<div>J<span></span></div>