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

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

Issue 347773002: Implement select listbox using shadow DOM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/mac/fast/forms/select-change-listbox-size-expected.txt
diff --git a/LayoutTests/platform/mac/fast/forms/select-change-listbox-size-expected.txt b/LayoutTests/platform/mac/fast/forms/select-change-listbox-size-expected.txt
index 762c18475a8840abdb9af04b3d2261d27addb96f..cb9479f9d7b1ac824dcf65cec659f5a6c439d82c 100644
--- a/LayoutTests/platform/mac/fast/forms/select-change-listbox-size-expected.txt
+++ b/LayoutTests/platform/mac/fast/forms/select-change-listbox-size-expected.txt
@@ -19,7 +19,26 @@ layer at (0,0) size 800x600
RenderBlock {P} at (0,52) size 784x18
RenderText {#text} at (0,0) size 316x18
text run at (0,0) width 316: "This list box should be tall enough to fit 6 options."
- RenderBlock (anonymous) at (0,86) size 784x85
- RenderListBox {SELECT} at (0,0) size 48x85 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+ RenderBlock (anonymous) at (0,86) size 784x86
RenderText {#text} at (0,0) size 0x0
RenderText {#text} at (0,0) size 0x0
+layer at (8,94) size 48x86 clip at (9,95) size 35x84
+ RenderListBox {SELECT} at (0,0) size 47.55x86 [bgcolor=#FFFFFF] [border: (1px solid #999999)]
+ RenderBlock {OPTION} at (1,1) size 34.55x14
+ RenderText {#text} at (2,0) size 22x13
+ text run at (2,0) width 22: "One"
+ RenderBlock {OPTION} at (1,15) size 34.55x14
+ RenderText {#text} at (2,0) size 23x13
+ text run at (2,0) width 23: "Two"
+ RenderBlock {OPTION} at (1,29) size 34.55x14
+ RenderText {#text} at (2,0) size 31x13
+ text run at (2,0) width 31: "Three"
+ RenderBlock {OPTION} at (1,43) size 34.55x14
+ RenderText {#text} at (2,0) size 24x13
+ text run at (2,0) width 24: "Four"
+ RenderBlock {OPTION} at (1,57) size 34.55x14
+ RenderText {#text} at (2,0) size 21x13
+ text run at (2,0) width 21: "Five"
+ RenderBlock {OPTION} at (1,71) size 34.55x14
+ RenderText {#text} at (2,0) size 16x13
+ text run at (2,0) width 16: "Six"

Powered by Google App Engine
This is Rietveld 408576698