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

Unified Diff: LayoutTests/fast/text/international/kana-voiced-sound-marks-expected.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-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>

Powered by Google App Engine
This is Rietveld 408576698