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

Unified Diff: LayoutTests/platform/chromium-linux/fast/forms/select-change-listbox-size-expected.txt

Issue 14096013: Implement select element list box with shadow DOM. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@shadowselect
Patch Set: Created 7 years, 8 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: LayoutTests/platform/chromium-linux/fast/forms/select-change-listbox-size-expected.txt
diff --git a/LayoutTests/platform/chromium-linux/fast/forms/select-change-listbox-size-expected.txt b/LayoutTests/platform/chromium-linux/fast/forms/select-change-listbox-size-expected.txt
index f7bfaaa10b575421a402a0046664c70a95bc87be..118309cdbc378405086deff8f343c13621eb89b6 100644
--- a/LayoutTests/platform/chromium-linux/fast/forms/select-change-listbox-size-expected.txt
+++ b/LayoutTests/platform/chromium-linux/fast/forms/select-change-listbox-size-expected.txt
@@ -20,6 +20,25 @@ layer at (0,0) size 800x600
RenderText {#text} at (0,0) size 297x19
text run at (0,0) width 297: "This list box should be tall enough to fit 6 options."
RenderBlock (anonymous) at (0,92) size 784x107
- RenderListBox {SELECT} at (2,2) size 53x103 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
RenderText {#text} at (0,0) size 0x0
RenderText {#text} at (0,0) size 0x0
+layer at (10,102) size 53x103 clip at (11,103) size 36x101
+ RenderListBox {SELECT} at (2,2) size 53x103 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+ RenderBlock {OPTION} at (1,1) size 36x17
+ RenderText {#text} at (2,0) size 24x16
+ text run at (2,0) width 24: "One"
+ RenderBlock {OPTION} at (1,18) size 36x17
+ RenderText {#text} at (2,0) size 23x16
+ text run at (2,0) width 23: "Two"
+ RenderBlock {OPTION} at (1,35) size 36x17
+ RenderText {#text} at (2,0) size 32x16
+ text run at (2,0) width 32: "Three"
+ RenderBlock {OPTION} at (1,52) size 36x17
+ RenderText {#text} at (2,0) size 26x16
+ text run at (2,0) width 26: "Four"
+ RenderBlock {OPTION} at (1,69) size 36x17
+ RenderText {#text} at (2,0) size 23x16
+ text run at (2,0) width 23: "Five"
+ RenderBlock {OPTION} at (1,86) size 36x16
+ RenderText {#text} at (2,0) size 19x16
+ text run at (2,0) width 19: "Six"

Powered by Google App Engine
This is Rietveld 408576698