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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 layer at (0,0) size 800x600 1 layer at (0,0) size 800x600
2 RenderView at (0,0) size 800x600 2 RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
4 RenderBlock {HTML} at (0,0) size 800x600 4 RenderBlock {HTML} at (0,0) size 800x600
5 RenderBody {BODY} at (8,8) size 784x584 5 RenderBody {BODY} at (8,8) size 784x584
6 RenderBlock {P} at (0,0) size 784x36 6 RenderBlock {P} at (0,0) size 784x36
7 RenderText {#text} at (0,0) size 53x18 7 RenderText {#text} at (0,0) size 53x18
8 text run at (0,0) width 53: "Test for " 8 text run at (0,0) width 53: "Test for "
9 RenderInline {I} at (0,0) size 767x36 9 RenderInline {I} at (0,0) size 767x36
10 RenderInline {A} at (0,0) size 301x18 [color=#0000EE] 10 RenderInline {A} at (0,0) size 301x18 [color=#0000EE]
11 RenderText {#text} at (53,0) size 301x18 11 RenderText {#text} at (53,0) size 301x18
12 text run at (53,0) width 301: "http://bugs.webkit.org/show_bug.cgi ?id=13500" 12 text run at (53,0) width 301: "http://bugs.webkit.org/show_bug.cgi ?id=13500"
13 RenderText {#text} at (354,0) size 767x36 13 RenderText {#text} at (354,0) size 767x36
14 text run at (354,0) width 4: " " 14 text run at (354,0) width 4: " "
15 text run at (358,0) width 409: "REGRESSION: Listbox scrollbar does n ot reflect actual scrolled" 15 text run at (358,0) width 409: "REGRESSION: Listbox scrollbar does n ot reflect actual scrolled"
16 text run at (0,18) width 319: "position when selected option is adde d after layout" 16 text run at (0,18) width 319: "position when selected option is adde d after layout"
17 RenderText {#text} at (319,18) size 4x18 17 RenderText {#text} at (319,18) size 4x18
18 text run at (319,18) width 4: "." 18 text run at (319,18) width 4: "."
19 RenderBlock {P} at (0,52) size 784x36 19 RenderBlock {P} at (0,52) size 784x36
20 RenderText {#text} at (0,0) size 780x36 20 RenderText {#text} at (0,0) size 780x36
21 text run at (0,0) width 493: "The list box should be scrolled all the way down, showing the selected option " 21 text run at (0,0) width 493: "The list box should be scrolled all the way down, showing the selected option "
22 text run at (493,0) width 287: "\x{201C}Seven\x{201D}. The scroller sh ould be at the bottom" 22 text run at (493,0) width 287: "\x{201C}Seven\x{201D}. The scroller sh ould be at the bottom"
23 text run at (0,18) width 102: "of the scroll bar " 23 text run at (0,18) width 102: "of the scroll bar "
24 text run at (102,18) width 85: "to reflect this." 24 text run at (102,18) width 85: "to reflect this."
25 RenderBlock (anonymous) at (0,104) size 784x57 25 RenderBlock (anonymous) at (0,104) size 784x58
26 RenderListBox {SELECT} at (0,0) size 48x57 [bgcolor=#FFFFFF] [border: (1 px inset #808080)]
27 RenderText {#text} at (0,0) size 0x0 26 RenderText {#text} at (0,0) size 0x0
27 layer at (8,112) size 48x58 clip at (9,113) size 35x56 scrollY 42 scrollHeight 9 8
28 RenderListBox {SELECT} at (0,0) size 47.70x58 [bgcolor=#FFFFFF] [border: (1px solid #999999)]
29 RenderBlock {OPTION} at (1,1) size 34.70x14
30 RenderText {#text} at (2,0) size 22x13
31 text run at (2,0) width 22: "One"
32 RenderBlock {OPTION} at (1,15) size 34.70x14
33 RenderText {#text} at (2,0) size 23x13
34 text run at (2,0) width 23: "Two"
35 RenderBlock {OPTION} at (1,29) size 34.70x14
36 RenderText {#text} at (2,0) size 31x13
37 text run at (2,0) width 31: "Three"
38 RenderBlock {OPTION} at (1,43) size 34.70x14
39 RenderText {#text} at (2,0) size 24x13
40 text run at (2,0) width 24: "Four"
41 RenderBlock {OPTION} at (1,57) size 34.70x14
42 RenderText {#text} at (2,0) size 21x13
43 text run at (2,0) width 21: "Five"
44 RenderBlock {OPTION} at (1,71) size 34.70x14
45 RenderText {#text} at (2,0) size 16x13
46 text run at (2,0) width 16: "Six"
47 RenderBlock {OPTION} at (1,85) size 34.70x14 [bgcolor=#D4D4D4]
48 RenderText {#text} at (2,0) size 31x13
49 text run at (2,0) width 31: "Seven"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698