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

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

Issue 143983013: text-overflow on button should have effect (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: layout test modified to work on all port Created 6 years, 11 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 | « LayoutTests/fast/css/text-overflow-ellipsis-button.html ('k') | Source/core/rendering/RenderButton.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/text-overflow-ellipsis-button-expected.html
diff --git a/LayoutTests/fast/css/text-overflow-ellipsis-button-expected.html b/LayoutTests/fast/css/text-overflow-ellipsis-button-expected.html
new file mode 100755
index 0000000000000000000000000000000000000000..5bbefa3c03cfd71cae2b9c20b3bc6358ec28bd18
--- /dev/null
+++ b/LayoutTests/fast/css/text-overflow-ellipsis-button-expected.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+<head>
+<style>
+ button{
+ display:block;
+ width:30px;
+ overflow:hidden;
+ white-space:nowrap;
+ }
+</style>
+</head>
+<body>
+ <button type="button">&#x2026;</button>
+</body>
+</html>
« no previous file with comments | « LayoutTests/fast/css/text-overflow-ellipsis-button.html ('k') | Source/core/rendering/RenderButton.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698