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

Unified Diff: LayoutTests/fast/text/ellipsis-stroked-expected.html

Issue 781003003: Using fullstop Unicode if horizontal ellipsis not present (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@diff_font_render
Patch Set: Rebase patch Created 5 years, 6 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/ellipsis-stroked-expected.html
diff --git a/LayoutTests/fast/text/ellipsis-stroked-expected.html b/LayoutTests/fast/text/ellipsis-stroked-expected.html
index da02ba8af7bb9cc7d9a448cc55e67fbe922a5a40..86888d5891be942b48f21ff1bf98a662b4d524d3 100644
--- a/LayoutTests/fast/text/ellipsis-stroked-expected.html
+++ b/LayoutTests/fast/text/ellipsis-stroked-expected.html
@@ -13,4 +13,7 @@ div {
</style>
<!-- a span surrounding the ellipsis is needed so the stroke draws separately -->
+<!--
<div>This text<span>&hellip;</span></div>
+-->
+<div>This text<span>&#x002e;&#x002e;&#x002e;</span></div>

Powered by Google App Engine
This is Rietveld 408576698