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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <meta charset="utf-8">
3 <style>
4 .test {
5 border:solid 1px;
6 display:inline-block;
7 font-family:"Hiragino Kaku Gothic Pro","MS Gothic";
8 font-size:25px;
9 }
10 </style>
11 <div>
12 <p>Test passes if two blocks are identical.
13 <div class=test>
14 <div>は&#x3099;ひ&#x3099;ふ&#x3099;へ&#x3099;ほ&#x3099;</div>
15 <div>は&#x309A;ひ&#x309A;ふ&#x309A;へ&#x309A;ほ&#x309A;</div>
16 </div>
17 <div class=test>
18 <div>ばびぶべぼ</div>
19 <div>ぱぴぷぺぽ</div>
20 </div>
21 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698