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

Side by Side Diff: LayoutTests/platform/chromium-linux/fast/forms/select-item-background-clip-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 778x39 9 RenderInline {I} at (0,0) size 778x39
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=12364" 12 text run at (51,0) width 305: "http://bugs.webkit.org/show_bug.cgi ?id=12364"
13 RenderText {#text} at (356,0) size 778x39 13 RenderText {#text} at (356,0) size 778x39
14 text run at (356,0) width 4: " " 14 text run at (356,0) width 4: " "
15 text run at (360,0) width 418: "REGRESSSION (NativeListBox): Selecte d option's background is" 15 text run at (360,0) width 418: "REGRESSSION (NativeListBox): Selecte d option's background is"
16 text run at (0,20) width 163: "not clipped to the list box" 16 text run at (0,20) width 163: "not clipped to the list box"
17 RenderText {#text} at (163,20) size 4x19 17 RenderText {#text} at (163,20) size 4x19
18 text run at (163,20) width 4: "." 18 text run at (163,20) width 4: "."
19 RenderBlock (anonymous) at (0,56) size 784x67 19 RenderBlock (anonymous) at (0,56) size 784x67
20 RenderListBox {SELECT} at (2,0) size 60x67 [bgcolor=#FFFFFF] [border: (3 px solid #0000FF)]
21 RenderText {#text} at (0,0) size 0x0 20 RenderText {#text} at (0,0) size 0x0
22 RenderText {#text} at (0,0) size 0x0 21 RenderText {#text} at (0,0) size 0x0
22 layer at (10,64) size 60x67 clip at (13,67) size 39x61 scrollHeight 73
23 RenderListBox {SELECT} at (2,0) size 60x67 [bgcolor=#FFFFFF] [border: (3px sol id #0000FF)]
24 RenderBlock {OPTION} at (6,6) size 33x17
25 RenderText {#text} at (2,0) size 21x16
26 text run at (2,0) width 21: "one"
27 RenderBlock {OPTION} at (6,23) size 33x17
28 RenderText {#text} at (2,0) size 20x16
29 text run at (2,0) width 20: "two"
30 RenderBlock {OPTION} at (6,40) size 33x17
31 RenderText {#text} at (2,0) size 29x16
32 text run at (2,0) width 29: "three"
33 RenderBlock {OPTION} at (6,57) size 33x16 [bgcolor=#800080]
34 RenderText {#text} at (2,0) size 21x16
35 text run at (2,0) width 21: "four"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698