| Index: third_party/WebKit/LayoutTests/svg/text/combining-character-queries.html
|
| diff --git a/third_party/WebKit/LayoutTests/svg/text/combining-character-queries.html b/third_party/WebKit/LayoutTests/svg/text/combining-character-queries.html
|
| index 21cef57fcc3a41605b93fa4ad8d23bae24808b30..98afd6808a8f03a58aad0e04d7088fb76ed57125 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/text/combining-character-queries.html
|
| +++ b/third_party/WebKit/LayoutTests/svg/text/combining-character-queries.html
|
| @@ -22,7 +22,8 @@
|
| <text x="400" y="125" class="testTextRun" font-family="sans-serif" direction="rtl">‏a‏b̌‏č̌</text>
|
|
|
| <!-- multiple combining diacritics on ligatures in LTR -->
|
| - <text x="50" y="200" class="testTextRun" font-family="cursive">fǐ ffǐ̌</text>
|
| + <!-- MacOS has differences with the "ffi" glyph and diacritics in cursive font family so the first run uses 'fi' as a workaround. -->
|
| + <text x="50" y="200" class="testTextRun" font-family="cursive">fǐ fǐ̌</text>
|
| <text x="200" y="200" class="testTextRun" font-family="serif">fǐ ffǐ̌</text>
|
| <text x="350" y="200" class="testTextRun" font-family="sans-serif">fǐ ffǐ̌</text>
|
|
|
| @@ -33,8 +34,9 @@
|
|
|
| <!-- combining diacritics which are wider than characters in mixed bidi runs -->
|
| <text x="50" y="350" class="testTextRun" font-family="cursive"> ̌ﶰi̳</text>
|
| - <text x="200" y="350" class="testTextRun" font-family="serif"> ̌ﶰi̳</text>
|
| - <text x="350" y="350" class="testTextRun" font-family="sans-serif"> ̌ﶰi̳</text>
|
| + <!-- Linux has differences with space width in the following two runs so a period is used as a workaround. -->
|
| + <text x="200" y="350" class="testTextRun" font-family="serif">.̌ﶰi̳</text>
|
| + <text x="350" y="350" class="testTextRun" font-family="sans-serif">.̌ﶰi̳</text>
|
| </svg>
|
| <script src="resources/highlightGlyphs.js"></script>
|
| <script>
|
|
|