summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/css3/line-break/line-break-strict-sound-marks-expected.html
blob: 5d36011369e8c4dcfd2793a9f28719435b7f2ddb (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
40
41
42
43
44
45
46
47
48
49
<html>
    <head>
        <title>Line breaks using [-webkit-]line-break : auto - before sound marks</title>
        <style>
          div > div {
            font-family: 'Lucida Grande';
            font-size: 16pt;
            width: 4.1em;
          }
          div > p {
            border: solid blue 1px;
          }
        </style>
    </head>
    <body>
        <div lang="en">
            <div>
                <p><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fc;</p>
            </div>
            <div>
                <p><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff70;</p>
            </div>
        </div>
        <div lang="ja">
            <div>
                <p><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fc;</p>
            </div>
            <div>
                <p><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff70;</p>
            </div>
        </div>
        <div lang="ko">
            <div>
                <p><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fc;</p>
            </div>
            <div>
                <p><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff70;</p>
            </div>
        </div>
        <div lang="zh">
            <div>
                <p><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#x30fc;</p>
            </div>
            <div>
                <p><nobr>&#x4e00;&#x4e8c;&#x4e09;</nobr><br>&#x56db;&#xff70;</p>
            </div>
        </div>
    </body>
</html>