Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(503)

Unified Diff: LayoutTests/fast/text/international/kana-voiced-sound-marks.html

Issue 1227883003: Handle U+3099/309A Kana Voiced Sound Marks in complex path (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Mac fails with 1px diff Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/text/international/kana-voiced-sound-marks.html
diff --git a/LayoutTests/fast/text/international/kana-voiced-sound-marks.html b/LayoutTests/fast/text/international/kana-voiced-sound-marks.html
new file mode 100644
index 0000000000000000000000000000000000000000..b3cd1c4c1a0a4b6a03d0eab0719a0a54ce20ec46
--- /dev/null
+++ b/LayoutTests/fast/text/international/kana-voiced-sound-marks.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>は&#x3099;ひ&#x3099;ふ&#x3099;へ&#x3099;ほ&#x3099;</div>
+<div>は&#x309A;ひ&#x309A;ふ&#x309A;へ&#x309A;ほ&#x309A;</div>
+</div>
+<div class=test>
+<div>ばびぶべぼ</div>
+<div>ぱぴぷぺぽ</div>
+</div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698