summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/white-space/reference/white-space-pre-wrap-trailing-spaces-alt-013-ref.html
blob: ca5032540b2d434b92333b1d6d76fa73248a063e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<meta charset=utf-8>
<meta http-equiv="content-language" content="en, ja" />
<title>CSS test Reference</title>
<link rel="author" title="Javier Fernandez" href="mailto:jfernandez@igalia.com" />
<style>
    div { white-space: pre;  }
    span { background: blue; }
</style>

<p>This test passes if the line is after the white space, which hangs (blue).

<div>ああ<span><br>X</span></div>