diff options
Diffstat (limited to 'layout/reftests/line-breaking/ja-3.html')
-rw-r--r-- | layout/reftests/line-breaking/ja-3.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/line-breaking/ja-3.html b/layout/reftests/line-breaking/ja-3.html new file mode 100644 index 0000000000..3d1b1087fd --- /dev/null +++ b/layout/reftests/line-breaking/ja-3.html @@ -0,0 +1,16 @@ +<html> +<head> +<style type="text/css"> p { margin: 5px 1em; width: 0; } </style> +</head> +<body lang="ja"> + +<p>アイウ</p> +<p>ア、イ。ウ。。。</p> +<p>アッッッッイ</p> +<p>キャキュキョ</p> +<p>ァィゥェォ</p> +<p>ガギグ</p> +<p>パピプ</p> + +</body> +</html> |