Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / line-break-between-text-nodes-cjk-expected.html
bloba66e91bbe69c2fe3a0a3f301f504a69b027c2c89
1 <!DOCTYPE html>
2 <html lang="ja" xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta charset="utf-8" />
5 <title></title>
6 <style type="text/css">
7 div.w2 { width: 2em }
8 div.w3 { width: 3em }
9 </style>
10 </head>
11 <body>
12 <div class="w2">月火水木金土</div>
13 <div class="w3">月火水木金土</div>
14 <hr>
15 <div class="w2">月火水木金土</div>
16 <div class="w3">月火水木金土</div>
17 <hr>
18 <div class="w2">月火水木金土</div>
19 <div class="w3">月火水木金土</div>
20 </body>
21 </html>