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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/text-overflow-ellipsis-vertical-select-expected.html

Issue 2340533002: Don't paint ellipsis selection (Closed)
Patch Set: bug 642460 Created 4 years, 3 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 | « no previous file | third_party/WebKit/LayoutTests/platform/linux/editing/selection/select-text-overflow-ellipsis-expected.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/css/text-overflow-ellipsis-vertical-select-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/text-overflow-ellipsis-vertical-select-expected.html b/third_party/WebKit/LayoutTests/fast/css/text-overflow-ellipsis-vertical-select-expected.html
index 2ab0290a5443e73773730576356c841f5ffaaa62..ee9f0c415fb7891e9144b7ae2419059aafc352d8 100644
--- a/third_party/WebKit/LayoutTests/fast/css/text-overflow-ellipsis-vertical-select-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/css/text-overflow-ellipsis-vertical-select-expected.html
@@ -10,7 +10,7 @@
</head>
<body>
<!-- This expectation depends on the ellipsis is U+2026. -->
- <div id="target" class="testDiv"><span style="font-family: Ahem">B</span>&#x2026;</div>
+ <div class="testDiv"><span id="target" style="font-family: Ahem">B</span>&#x2026;</div>
<script>
var range = document.createRange();
range.selectNode(document.getElementById("target"));
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/platform/linux/editing/selection/select-text-overflow-ellipsis-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698