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

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

Issue 2392433002: Avoid showing two dots in ellipsis (Closed)
Patch Set: bug 650083 Created 4 years, 2 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/css/text-overflow-ellipsis-button-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/text-overflow-ellipsis-button-expected.html b/third_party/WebKit/LayoutTests/fast/css/text-overflow-ellipsis-button-expected.html
index bee6fe1978c977bcb2aad68caa33c850d4ef04ea..087e1ba8e0ea5155e040ca9c232c583819844b8c 100644
--- a/third_party/WebKit/LayoutTests/fast/css/text-overflow-ellipsis-button-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/css/text-overflow-ellipsis-button-expected.html
@@ -4,7 +4,7 @@
<style>
button{
display:block;
- width:30px;
+ width:29px;
overflow:hidden;
white-space:nowrap;
}

Powered by Google App Engine
This is Rietveld 408576698