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

Side by Side Diff: LayoutTests/platform/chromium-linux/fast/forms/listbox-scrollbar-incremental-load-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 unified diff | Download patch
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 784x40 6 RenderBlock {P} at (0,0) size 784x40
7 RenderText {#text} at (0,0) size 51x19 7 RenderText {#text} at (0,0) size 51x19
8 text run at (0,0) width 51: "Test for " 8 text run at (0,0) width 51: "Test for "
9 RenderInline {I} at (0,0) size 772x39 9 RenderInline {I} at (0,0) size 772x39
10 RenderInline {A} at (0,0) size 305x19 [color=#0000EE] 10 RenderInline {A} at (0,0) size 305x19 [color=#0000EE]
11 RenderText {#text} at (51,0) size 305x19 11 RenderText {#text} at (51,0) size 305x19
12 text run at (51,0) width 305: "http://bugs.webkit.org/show_bug.cgi ?id=13500" 12 text run at (51,0) width 305: "http://bugs.webkit.org/show_bug.cgi ?id=13500"
13 RenderText {#text} at (356,0) size 772x39 13 RenderText {#text} at (356,0) size 772x39
14 text run at (356,0) width 4: " " 14 text run at (356,0) width 4: " "
15 text run at (360,0) width 412: "REGRESSION: Listbox scrollbar does n ot reflect actual scrolled" 15 text run at (360,0) width 412: "REGRESSION: Listbox scrollbar does n ot reflect actual scrolled"
16 text run at (0,20) width 325: "position when selected option is adde d after layout" 16 text run at (0,20) width 325: "position when selected option is adde d after layout"
17 RenderText {#text} at (325,20) size 4x19 17 RenderText {#text} at (325,20) size 4x19
18 text run at (325,20) width 4: "." 18 text run at (325,20) width 4: "."
19 RenderBlock {P} at (0,56) size 784x40 19 RenderBlock {P} at (0,56) size 784x40
20 RenderText {#text} at (0,0) size 779x39 20 RenderText {#text} at (0,0) size 779x39
21 text run at (0,0) width 467: "The list box should be scrolled all the way down, showing the selected option " 21 text run at (0,0) width 467: "The list box should be scrolled all the way down, showing the selected option "
22 text run at (467,0) width 312: "\x{201C}Seven\x{201D}. The scroller sh ould be at the bottom of the" 22 text run at (467,0) width 312: "\x{201C}Seven\x{201D}. The scroller sh ould be at the bottom of the"
23 text run at (0,20) width 60: "scroll bar " 23 text run at (0,20) width 60: "scroll bar "
24 text run at (60,20) width 81: "to reflect this." 24 text run at (60,20) width 81: "to reflect this."
25 RenderBlock (anonymous) at (0,112) size 784x73 25 RenderBlock (anonymous) at (0,112) size 784x73
26 RenderListBox {SELECT} at (2,2) size 56x69 [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 (10,122) size 56x69 clip at (11,123) size 39x67 scrollY 51 scrollHeight 118
28 RenderListBox {SELECT} at (2,2) size 56x69 [bgcolor=#FFFFFF] [border: (1px ins et #808080)]
29 RenderBlock {OPTION} at (1,1) size 39x17
30 RenderText {#text} at (2,0) size 24x16
31 text run at (2,0) width 24: "One"
32 RenderBlock {OPTION} at (1,18) size 39x17
33 RenderText {#text} at (2,0) size 23x16
34 text run at (2,0) width 23: "Two"
35 RenderBlock {OPTION} at (1,35) size 39x17
36 RenderText {#text} at (2,0) size 32x16
37 text run at (2,0) width 32: "Three"
38 RenderBlock {OPTION} at (1,52) size 39x17
39 RenderText {#text} at (2,0) size 26x16
40 text run at (2,0) width 26: "Four"
41 RenderBlock {OPTION} at (1,69) size 39x17
42 RenderText {#text} at (2,0) size 23x16
43 text run at (2,0) width 23: "Five"
44 RenderBlock {OPTION} at (1,86) size 39x17
45 RenderText {#text} at (2,0) size 19x16
46 text run at (2,0) width 19: "Six"
47 RenderBlock {OPTION} at (1,103) size 39x16 [color=#323232] [bgcolor=#C8C8C8]
48 RenderText {#text} at (2,0) size 35x16
49 text run at (2,0) width 35: "Seven"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698