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">…</button> |
+</body> |
+</html> |