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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/fast/forms/select/menulist-appearance-basic-expected.txt

Issue 2560733002: SELECT element: Fix a bug that intrinsic width is too narrow in less-than-100% zoom level. (Closed)
Patch Set: PartScrollbarVerticalTrack -> PartScrollbarDownArrow to fix Android crash Created 4 years 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/win/fast/forms/select/menulist-appearance-basic-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/forms/select/menulist-appearance-basic-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/forms/select/menulist-appearance-basic-expected.txt
index 82087174998c8845ff28393c1f7cf75ae75dbe83..747b645559c7586eb7be6d5af2312b271b7e2695 100644
--- a/third_party/WebKit/LayoutTests/platform/win/fast/forms/select/menulist-appearance-basic-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/fast/forms/select/menulist-appearance-basic-expected.txt
@@ -106,7 +106,13 @@ layer at (0,0) size 800x523
text run at (8,2) width 38: "foo"
LayoutText {#text} at (181,235) size 4x17
text run at (181,235) width 4: " "
- LayoutBR {BR} at (185,235) size 0x17
+ LayoutMenuList {SELECT} at (187,239) size 35x14 [bgcolor=#FFFFFF] [border: (1px solid #A9A9A9)]
+ LayoutBlockFlow (anonymous) at (1,1) size 33x12
+ LayoutText (anonymous) at (2,0) size 14x12
+ text run at (2,0) width 14: "foo"
+ LayoutText {#text} at (224,235) size 4x17
+ text run at (224,235) width 4: " "
+ LayoutBR {BR} at (228,235) size 0x17
LayoutText {#text} at (208,283) size 4x17
text run at (208,283) width 4: " "
LayoutBR {BR} at (212,283) size 0x17

Powered by Google App Engine
This is Rietveld 408576698