tenfourfox/layout/reftests/line-breaking/ja-2-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

16 lines
508 B
HTML

<html>
<head>
<style type="text/css"> p { margin: 5px 1em; width: 0; white-space: nowrap; } </style>
</head>
<body lang="ja">
<p>&#x3042;<br>&#x300C;&#x3044;&#x300D;<br>&#x3046;</p>
<p>&#x3042;<br>&#x300E;&#x3044;&#x300F;<br>&#x3046;</p>
<p>&#x3042;<br>&#x300C;&#x3044;&#x3002;&#x300D;<br>&#x3046;</p>
<p>&#x3042;<br>&#x300E;&#x3044;&#x3002;&#x300F;<br>&#x3046;</p>
<p>&#x3042;<br>&#x300C;&#x300E;&#x3044;&#x3002;&#x300F;&#x300D;<br>&#x3046;</p>
<p>&#x300C;&#x3042;<br>&#x3044;&#x300D;</p>
</body>
</html>