summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/segment-break-transformation-1-ref.html
blob: 824fd9706541857458006b677c933368a2961124 (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
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
div { border:1px solid black; }
b { font-weight:normal; background-color:yellow; font-size: 16px; line-height: 16px;}
</style>
</head>
<body>
<div>
<p><b><span>&#x65b7;&#x884c;&#x6e2c;&#x8a66;</span></b>
<p><b><span>&#x65b7;&#x884c;&#x6e2c;&#x8a66;</span></b>
<p><b><span>&#x65b7;&#x884c;&#x6e2c;&#x8a66;</span></b>
<p><b><span>&#x65b7;&#x884c;&#x6e2c;&#x8a66;</span></b>
<p><b><span>&#x65b7;&#x884c;&#x6e2c;&#x8a66;</span></b>
<p><b><span>&#x65b7;&#x884c;<br>
&#x6e2c;&#x8a66;</span></b>
<p><b><span>&#x65b7;&#x884c;<br>
&#x6e2c;&#x8a66;</span></b>
<p><b><span>&#x65b7;&#x884c;<br>
&#x6e2c;&#x8a66;</span></b>
<p><b><span>Hello Kitty</span></b>
<p><b><span>HelloKitty</span></b>
<p><b><span>HelloKitty</span></b>
<p><b><span>HelloKitty</span></b>
<!-- test surrogates handling -->
<p><b><span>&#x20000;&#x20001;&#x20002;&#x20003;</span></b>
<p><b><span>&#x20000;&#x6e2c;&#x20002;&#x20003;</span></b>
<p><b><span>&#x20000;&#x20001;&#x6e2c;&#x20003;</span></b>
<!-- test emoji handling -->
<p><b><span>&#x65b7;&#x1f600; &#x6e2c;&#x8a66;</span></b>
<p><b><span>&#x65b7;&#x884c; &#x1f601;&#x8a66;</span></b>
<p><b><span>&#x65b7;&#x1f600; &#x1f601;&#x8a66;</span></b>
<p><b><span>Hello&#x1f600; &#x1f601;Kitty</span></b>
</div>
</body>
</html>