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

Unified Diff: LayoutTests/platform/mac/fast/forms/listbox-scrollbar-incremental-load-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/listbox-scrollbar-incremental-load-expected.txt
diff --git a/LayoutTests/platform/mac/fast/forms/listbox-scrollbar-incremental-load-expected.txt b/LayoutTests/platform/mac/fast/forms/listbox-scrollbar-incremental-load-expected.txt
index acf20bbeac2aa570712f35f384a5ad7d83239909..5fec7df86f0693ec5ae3107542186aacff142f26 100644
--- a/LayoutTests/platform/mac/fast/forms/listbox-scrollbar-incremental-load-expected.txt
+++ b/LayoutTests/platform/mac/fast/forms/listbox-scrollbar-incremental-load-expected.txt
@@ -22,6 +22,28 @@ layer at (0,0) size 800x600
text run at (493,0) width 287: "\x{201C}Seven\x{201D}. The scroller should be at the bottom"
text run at (0,18) width 102: "of the scroll bar "
text run at (102,18) width 85: "to reflect this."
- RenderBlock (anonymous) at (0,104) size 784x57
- RenderListBox {SELECT} at (0,0) size 48x57 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+ RenderBlock (anonymous) at (0,104) size 784x58
RenderText {#text} at (0,0) size 0x0
+layer at (8,112) size 48x58 clip at (9,113) size 35x56 scrollY 42 scrollHeight 98
+ RenderListBox {SELECT} at (0,0) size 47.70x58 [bgcolor=#FFFFFF] [border: (1px solid #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 [bgcolor=#D4D4D4]
+ RenderText {#text} at (2,0) size 31x13
+ text run at (2,0) width 31: "Seven"

Powered by Google App Engine
This is Rietveld 408576698