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

Side by Side Diff: LayoutTests/platform/mac/fast/forms/listbox-hit-test-zoomed-expected.txt

Issue 931423003: Rename rendering/RenderList* to layout/LayoutList* (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove spurious LayoutLayerModelObject reference Created 5 years, 10 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 (9.59,9.59) size 780.81x580.81 5 RenderBody {BODY} at (9.59,9.59) size 780.81x580.81
6 RenderBlock (anonymous) at (0,0) size 780.81x162 6 RenderBlock (anonymous) at (0,0) size 780.81x162
7 RenderText {#text} at (0,0) size 0x0 7 RenderText {#text} at (0,0) size 0x0
8 RenderBlock {DIV} at (0,162) size 780.81x66 8 RenderBlock {DIV} at (0,162) size 780.81x66
9 RenderText {#text} at (0,0) size 62x22 9 RenderText {#text} at (0,0) size 62x22
10 text run at (0,0) width 62: "Results:" 10 text run at (0,0) width 62: "Results:"
11 LayoutBR {BR} at (61,17) size 1x0 11 LayoutBR {BR} at (61,17) size 1x0
12 RenderText {#text} at (0,22) size 105x22 12 RenderText {#text} at (0,22) size 105x22
13 text run at (0,22) width 105: "Test 1 Passed" 13 text run at (0,22) width 105: "Test 1 Passed"
14 LayoutBR {BR} at (104,39) size 1x0 14 LayoutBR {BR} at (104,39) size 1x0
15 RenderText {#text} at (0,44) size 105x22 15 RenderText {#text} at (0,44) size 105x22
16 text run at (0,44) width 105: "Test 2 Passed" 16 text run at (0,44) width 105: "Test 2 Passed"
17 layer at (10,10) size 128x162 clip at (22,22) size 93x138 scrollHeight 316 17 layer at (10,10) size 128x162 clip at (22,22) size 93x138 scrollHeight 316
18 RenderListBox {SELECT} at (0,0) size 128.09x162 [bgcolor=#FFFFFF] [border: (12 px solid #000000)] 18 LayoutListBox {SELECT} at (0,0) size 128.09x162 [bgcolor=#FFFFFF] [border: (12 px solid #000000)]
19 RenderBlock {OPTION} at (24,24) size 69.09x17.19 19 RenderBlock {OPTION} at (24,24) size 69.09x17.19
20 RenderText {#text} at (2,0) size 25x16 20 RenderText {#text} at (2,0) size 25x16
21 text run at (2,0) width 25: "one" 21 text run at (2,0) width 25: "one"
22 RenderBlock {OPTION} at (24,41.19) size 69.09x17.19 22 RenderBlock {OPTION} at (24,41.19) size 69.09x17.19
23 RenderText {#text} at (2,0) size 24x16 23 RenderText {#text} at (2,0) size 24x16
24 text run at (2,0) width 24: "two" 24 text run at (2,0) width 24: "two"
25 RenderBlock {OPTION} at (24,58.38) size 69.09x17.19 25 RenderBlock {OPTION} at (24,58.38) size 69.09x17.19
26 RenderText {#text} at (2,0) size 34x16 26 RenderText {#text} at (2,0) size 34x16
27 text run at (2,0) width 34: "three" 27 text run at (2,0) width 34: "three"
28 RenderBlock {OPTION} at (24,75.56) size 69.09x17.19 28 RenderBlock {OPTION} at (24,75.56) size 69.09x17.19
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 text run at (2,0) width 55: "fourteen" 60 text run at (2,0) width 55: "fourteen"
61 RenderBlock {OPTION} at (24,264.63) size 69.09x17.19 61 RenderBlock {OPTION} at (24,264.63) size 69.09x17.19
62 RenderText {#text} at (2,0) size 42x16 62 RenderText {#text} at (2,0) size 42x16
63 text run at (2,0) width 42: "fifteen" 63 text run at (2,0) width 42: "fifteen"
64 RenderBlock {OPTION} at (24,281.81) size 69.09x17.19 64 RenderBlock {OPTION} at (24,281.81) size 69.09x17.19
65 RenderText {#text} at (2,0) size 47x16 65 RenderText {#text} at (2,0) size 47x16
66 text run at (2,0) width 47: "sixteen" 66 text run at (2,0) width 47: "sixteen"
67 RenderBlock {OPTION} at (24,299) size 69.09x17.19 67 RenderBlock {OPTION} at (24,299) size 69.09x17.19
68 RenderText {#text} at (2,0) size 65x16 68 RenderText {#text} at (2,0) size 65x16
69 text run at (2,0) width 65: "seventeen" 69 text run at (2,0) width 65: "seventeen"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698