summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/writing-system/reference/writing-system-line-break-001-ref.html
blob: 3aa1c84ab65a4a8716f77c085725c75540079f82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<title>CSS test reference</title>
<link rel=author title="Florian Rivoal" href="https://florian.rivoal.net">
<style>
div {
  font-family: monospace;
  width: 2em;
}
[lang=ja] { border: solid blue; }
[lang=ja-Hang] { border: solid orange; }
</style>

<p>The test passes if the second line in the blue box below <em>starts with</em> a “〜”,
and if the second line in the orange box below <em>ends with</em> a “〜”.

<div lang=ja>東京<br>〜大<br></div>
<div lang=ja-Hang><br>쿄〜<br>오사<br></div>