Index: LayoutTests/fast/text/international/kana-voiced-sound-marks-expected.html |
diff --git a/LayoutTests/fast/text/international/kana-voiced-sound-marks-expected.html b/LayoutTests/fast/text/international/kana-voiced-sound-marks-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..22b8e5986d9ae63943bf37fb6df486ef67c256ca |
--- /dev/null |
+++ b/LayoutTests/fast/text/international/kana-voiced-sound-marks-expected.html |
@@ -0,0 +1,21 @@ |
+<!DOCTYPE html> |
+<meta charset="utf-8"> |
+<style> |
+.test { |
+ border:solid 1px; |
+ display:inline-block; |
+ font-family:"Hiragino Kaku Gothic Pro","MS Gothic"; |
+ font-size:25px; |
+} |
+</style> |
+<div> |
+<p>Test passes if two blocks are identical. |
+<div class=test> |
+<div>ばびぶべぼ</div> |
+<div>ぱぴぷぺぽ</div> |
+</div> |
+<div class=test> |
+<div>ばびぶべぼ</div> |
+<div>ぱぴぷぺぽ</div> |
+</div> |
+</div> |