summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/word-space-transform/reference/word-space-transform-019-b-ref.html
blob: 5b58e078dcf40432187a52836a2e589c08ac5acd (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
<!DOCTYPE html>
<meta charset="utf-8">
<title>Test reference</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<style>
div {
  font-size: 2em;
  border: solid black;
  margin: 5px;
  width: 30ch;
}
#ref1 {
  border-color: blue;
}
#ref2 {
  border-color: orange;
}
u {  background: silver; }
b {  background: green; }
em { background: gray; }
</style>

<p>Test passes if the black box is identical to either the blue or orange one.

<div id=ref1 lang=ja>東京<b><u></u> <em>行きましょ</em></b>う。</div>
<div lang=ja>東京 <b><u></u> <em>行きましょ</em></b>う。</div>
<div id=ref2 lang=ja>東京 <b><u></u> <em>行きましょ</em></b>う。</div>