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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/text-overflow-ellipsis-button.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.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/text-overflow-ellipsis-button.html b/third_party/WebKit/LayoutTests/fast/css/text-overflow-ellipsis-button.html
index cee1946333352eb95cdb2cb4ba53b27d6e42a280..6b415b3f2a05fe94b48afd3eda377aa0d41ba935 100644
--- a/third_party/WebKit/LayoutTests/fast/css/text-overflow-ellipsis-button.html
+++ b/third_party/WebKit/LayoutTests/fast/css/text-overflow-ellipsis-button.html
@@ -4,7 +4,7 @@
<style>
button{
display:block;
- width:30px;
+ width:29px;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;

Powered by Google App Engine
This is Rietveld 408576698