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

Unified Diff: LayoutTests/platform/mac/fast/forms/select-overflow-scroll-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-overflow-scroll-expected.txt
diff --git a/LayoutTests/platform/mac/fast/forms/select-overflow-scroll-expected.txt b/LayoutTests/platform/mac/fast/forms/select-overflow-scroll-expected.txt
index ad5d70fce34aaff90246e1682737363305f43380..8148bb2796f43f01819c599759487c667fd4fdbf 100644
--- a/LayoutTests/platform/mac/fast/forms/select-overflow-scroll-expected.txt
+++ b/LayoutTests/platform/mac/fast/forms/select-overflow-scroll-expected.txt
@@ -4,5 +4,35 @@ layer at (0,0) size 800x600
RenderBlock {HTML} at (0,0) size 800x600
RenderBody {BODY} at (8,8) size 784x584
RenderText {#text} at (0,0) size 0x0
-layer at (8,8) size 48x113 clip at (9,9) size 46x111
- RenderListBox {SELECT} at (0,0) size 48x113 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+layer at (8,8) size 48x114 clip at (9,9) size 35x101 scrollHeight 140
+ RenderListBox {SELECT} at (0,0) size 47.70x114 [bgcolor=#F8F8F8] [border: (1px inset #999999)]
+ RenderBlock {OPTION} at (1,1) size 34.70x14
+ RenderText {#text} at (2,0) size 22x13
+ text run at (2,0) width 22: "One"
+ RenderBlock {OPTION} at (1,15) size 34.70x14
+ RenderText {#text} at (2,0) size 23x13
+ text run at (2,0) width 23: "Two"
+ RenderBlock {OPTION} at (1,29) size 34.70x14
+ RenderText {#text} at (2,0) size 31x13
+ text run at (2,0) width 31: "Three"
+ RenderBlock {OPTION} at (1,43) size 34.70x14
+ RenderText {#text} at (2,0) size 24x13
+ text run at (2,0) width 24: "Four"
+ RenderBlock {OPTION} at (1,57) size 34.70x14
+ RenderText {#text} at (2,0) size 21x13
+ text run at (2,0) width 21: "Five"
+ RenderBlock {OPTION} at (1,71) size 34.70x14
+ RenderText {#text} at (2,0) size 16x13
+ text run at (2,0) width 16: "Six"
+ RenderBlock {OPTION} at (1,85) size 34.70x14
+ RenderText {#text} at (2,0) size 31x13
+ text run at (2,0) width 31: "Seven"
+ RenderBlock {OPTION} at (1,99) size 34.70x14
+ RenderText {#text} at (2,0) size 27x13
+ text run at (2,0) width 27: "Eight"
+ RenderBlock {OPTION} at (1,113) size 34.70x14
+ RenderText {#text} at (2,0) size 25x13
+ text run at (2,0) width 25: "Nine"
+ RenderBlock {OPTION} at (1,127) size 34.70x14
+ RenderText {#text} at (2,0) size 20x13
+ text run at (2,0) width 20: "Ten"

Powered by Google App Engine
This is Rietveld 408576698