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

Side by Side Diff: LayoutTests/fast/text/emphasis-combined-text.html

Issue 187783002: Fix incorrect indices for emphasis marks drawing in InlineTextBox::paint (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Keeping previous FIXME Created 6 years, 9 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/rendering/InlineTextBox.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <meta charset="utf-8"> 1 <meta charset="utf-8">
2 <style> 2 <style>
3 html { 3 html {
4 -webkit-writing-mode: vertical-rl; 4 -webkit-writing-mode: vertical-rl;
5 text-rendering: geometricPrecision;
5 } 6 }
6 7
7 p { 8 p {
8 font-family: "hiragino mincho pron"; 9 font-family: "hiragino mincho pron";
9 font-size: 48px; 10 font-size: 48px;
10 } 11 }
11 12
12 .combine { 13 .combine {
13 -webkit-text-combine: horizontal; 14 -webkit-text-combine: horizontal;
14 } 15 }
15 16
16 </style> 17 </style>
17 <p> 18 <p>
18 <span style="-webkit-text-emphasis: sesame red">文字<span class="combine">900 </span>年</span> 19 <span style="-webkit-text-emphasis: sesame red">文字<span class="combine">90< /span>年</span>
19 </p> 20 </p>
20 <p> 21 <p>
21 <span style="-webkit-text-emphasis: '@' red">文字<span class="combine">900</s pan>年</span> 22 <span style="-webkit-text-emphasis: '@' red">文字<span class="combine">90</sp an>年</span>
22 </p> 23 </p>
23 <p> 24 <p>
24 <span style="-webkit-text-emphasis: '年' red">文字<span class="combine">900</s pan>年</span> 25 <span style="-webkit-text-emphasis: '年' red">文字<span class="combine">90</sp an>年</span>
25 </p> 26 </p>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/rendering/InlineTextBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698