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

Side by Side Diff: LayoutTests/platform/mac/fast/forms/select-item-background-clip-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 773x36 9 RenderInline {I} at (0,0) size 773x36
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=12364" 12 text run at (53,0) width 301: "http://bugs.webkit.org/show_bug.cgi ?id=12364"
13 RenderText {#text} at (354,0) size 773x36 13 RenderText {#text} at (354,0) size 773x36
14 text run at (354,0) width 4: " " 14 text run at (354,0) width 4: " "
15 text run at (358,0) width 415: "REGRESSSION (NativeListBox): Selecte d option's background is" 15 text run at (358,0) width 415: "REGRESSSION (NativeListBox): Selecte d option's background is"
16 text run at (0,18) width 158: "not clipped to the list box" 16 text run at (0,18) width 158: "not clipped to the list box"
17 RenderText {#text} at (158,18) size 4x18 17 RenderText {#text} at (158,18) size 4x18
18 text run at (158,18) width 4: "." 18 text run at (158,18) width 4: "."
19 RenderBlock (anonymous) at (0,52) size 784x58 19 RenderBlock (anonymous) at (0,52) size 784x57
20 RenderListBox {SELECT} at (0,0) size 55x58 [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 (8,59) size 55x59 clip at (11,62) size 38x53 scrollHeight 62
23 RenderListBox {SELECT} at (0,-0.75) size 54.70x58.75 [bgcolor=#FFFFFF] [border : (3px solid #0000FF)]
24 RenderBlock {OPTION} at (6,6) size 31.70x14
25 RenderText {#text} at (2,0) size 20x13
26 text run at (2,0) width 20: "one"
27 RenderBlock {OPTION} at (6,20) size 31.70x14
28 RenderText {#text} at (2,0) size 20x13
29 text run at (2,0) width 20: "two"
30 RenderBlock {OPTION} at (6,34) size 31.70x14
31 RenderText {#text} at (2,0) size 28x13
32 text run at (2,0) width 28: "three"
33 RenderBlock {OPTION} at (6,48) size 31.70x14 [bgcolor=#800080]
34 RenderText {#text} at (2,0) size 23x13
35 text run at (2,0) width 23: "four"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698