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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/forms/menulist-option-wrap-expected.txt

Issue 1474233002: Don't set internal paddings for menulist SELECT with -webkit-appearance:none. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/platform/linux/fast/forms/menulist-option-wrap-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/forms/menulist-option-wrap-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/forms/menulist-option-wrap-expected.txt
index 8e6e96591796da641d4be12952d04617f2b56c7e..5d7038bc99bd513544548f2ff6457ebca42f9460 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/forms/menulist-option-wrap-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/forms/menulist-option-wrap-expected.txt
@@ -23,10 +23,10 @@ layer at (0,0) size 800x600
text run at (32,3) width 65: "size=\"1\""
LayoutText {#text} at (96,0) size 8x19
text run at (96,0) width 8: ": "
- LayoutMenuList {SELECT} at (103.36,0) size 100x20 [bgcolor=#C0C0C0] [border: (1px solid #A9A9A9)]
- LayoutBlockFlow (anonymous) at (1,1) size 98x18
- LayoutText (anonymous) at (4,1) size 188x16
- text run at (4,1) width 188: "Very long option that does not fit"
+ LayoutMenuList {SELECT} at (103.36,1) size 100x18 [bgcolor=#C0C0C0] [border: (1px solid #A9A9A9)]
+ LayoutBlockFlow (anonymous) at (1,1) size 98x16
+ LayoutText (anonymous) at (0,0) size 188x16
+ text run at (0,0) width 188: "Very long option that does not fit"
LayoutText {#text} at (0,0) size 0x0
LayoutBlockFlow {P} at (0,72) size 784x20
LayoutText {#text} at (0,0) size 52x19
@@ -36,8 +36,8 @@ layer at (0,0) size 800x600
text run at (51,3) width 33: "size"
LayoutText {#text} at (83,0) size 8x19
text run at (83,0) width 8: ": "
- LayoutMenuList {SELECT} at (90.36,0) size 100x20 [bgcolor=#C0C0C0] [border: (1px solid #A9A9A9)]
- LayoutBlockFlow (anonymous) at (1,1) size 98x18
- LayoutText (anonymous) at (4,1) size 188x16
- text run at (4,1) width 188: "Very long option that does not fit"
+ LayoutMenuList {SELECT} at (90.36,1) size 100x18 [bgcolor=#C0C0C0] [border: (1px solid #A9A9A9)]
+ LayoutBlockFlow (anonymous) at (1,1) size 98x16
+ LayoutText (anonymous) at (0,0) size 188x16
+ text run at (0,0) width 188: "Very long option that does not fit"
LayoutText {#text} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698