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

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

Issue 2686693002: Don't keep a static copy of a font's ellipsis character. (Closed)
Patch Set: bug 663855 Created 3 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
Index: third_party/WebKit/LayoutTests/fast/text/ellipsis-stroked-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/ellipsis-stroked-expected.html b/third_party/WebKit/LayoutTests/fast/text/ellipsis-stroked-expected.html
index 86888d5891be942b48f21ff1bf98a662b4d524d3..da02ba8af7bb9cc7d9a448cc55e67fbe922a5a40 100644
--- a/third_party/WebKit/LayoutTests/fast/text/ellipsis-stroked-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/text/ellipsis-stroked-expected.html
@@ -13,7 +13,4 @@ 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