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

Unified 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, 10 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/rendering/InlineTextBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/text/emphasis-combined-text.html
diff --git a/LayoutTests/fast/text/emphasis-combined-text.html b/LayoutTests/fast/text/emphasis-combined-text.html
index 91ebfec48afcdf51f047260b09b037d98d769772..46d5c74a953f0340762112007275fe8d0b1446ac 100644
--- a/LayoutTests/fast/text/emphasis-combined-text.html
+++ b/LayoutTests/fast/text/emphasis-combined-text.html
@@ -2,6 +2,7 @@
<style>
html {
-webkit-writing-mode: vertical-rl;
+ text-rendering: geometricPrecision;
}
p {
@@ -15,11 +16,11 @@ p {
</style>
<p>
- <span style="-webkit-text-emphasis: sesame red">文字<span class="combine">900</span>年</span>
+ <span style="-webkit-text-emphasis: sesame red">文字<span class="combine">90</span>年</span>
</p>
<p>
- <span style="-webkit-text-emphasis: '@' red">文字<span class="combine">900</span>年</span>
+ <span style="-webkit-text-emphasis: '@' red">文字<span class="combine">90</span>年</span>
</p>
<p>
- <span style="-webkit-text-emphasis: '年' red">文字<span class="combine">900</span>年</span>
+ <span style="-webkit-text-emphasis: '年' red">文字<span class="combine">90</span>年</span>
</p>
« 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