summaryrefslogtreecommitdiffstats
path: root/layout/reftests/line-breaking/ja-2.html
blob: c5ce5bf7856ae88f61ec816334184c73d9738f65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
<head>
<style type="text/css"> p { margin: 5px 1em; width: 0; } </style>
</head>
<body lang="ja">

<p>&#x3042;&#x300C;&#x3044;&#x300D;&#x3046;</p>
<p>&#x3042;&#x300E;&#x3044;&#x300F;&#x3046;</p>
<p>&#x3042;&#x300C;&#x3044;&#x3002;&#x300D;&#x3046;</p>
<p>&#x3042;&#x300E;&#x3044;&#x3002;&#x300F;&#x3046;</p>
<p>&#x3042;&#x300C;&#x300E;&#x3044;&#x3002;&#x300F;&#x300D;&#x3046;</p>
<p>&#x300C;&#x3042;&#x3044;&#x300D;</p>

</body>
</html>