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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/iframes/scrolling-iframe-expected.txt

Issue 2406723002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 years, 2 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 1
2 { 2 {
3 "name": "Content Root Layer", 3 "layers": [
4 "bounds": [800, 600],
5 "children": [
6 { 4 {
7 "name": "LayoutView #document", 5 "name": "LayoutView #document",
8 "bounds": [800, 600], 6 "bounds": [800, 600],
9 "contentsOpaque": true, 7 "contentsOpaque": true,
8 "drawsContent": true
9 },
10 {
11 "name": "LayoutIFrame IFRAME id='parent-iframe'",
12 "position": [9, 9],
13 "bounds": [368, 218],
14 "drawsContent": true
15 },
16 {
17 "name": "Frame Overflow Controls Host Layer",
18 "position": [34, 34],
19 "bounds": [300, 150]
20 },
21 {
22 "name": "Frame Clipping Layer",
23 "bounds": [285, 135]
24 },
25 {
26 "name": "Frame Scrolling Layer"
27 },
28 {
29 "name": "Content Root Layer",
30 "bounds": [508, 608]
31 },
32 {
33 "name": "LayoutView #document",
34 "bounds": [508, 608],
10 "drawsContent": true, 35 "drawsContent": true,
11 "children": [ 36 "backgroundColor": "#C0C0C0"
12 { 37 },
13 "name": "LayoutIFrame IFRAME id='parent-iframe'", 38 {
14 "position": [9, 9], 39 "name": "LayoutBlockFlow DIV id='iframe-content' class='box'",
15 "bounds": [368, 218], 40 "position": [108, 100],
16 "drawsContent": true, 41 "bounds": [200, 200],
17 "children": [ 42 "contentsOpaque": true,
18 { 43 "drawsContent": true,
19 "name": "Frame Overflow Controls Host Layer", 44 "backgroundColor": "#0000FF"
20 "position": [34, 34], 45 },
21 "bounds": [300, 150], 46 {
22 "children": [ 47 "name": "Frame Horizontal Scrollbar Layer",
23 { 48 "position": [0, 135],
24 "name": "Frame Clipping Layer", 49 "bounds": [285, 15]
25 "bounds": [285, 135], 50 },
26 "children": [ 51 {
27 { 52 "name": "Frame Vertical Scrollbar Layer",
28 "name": "Frame Scrolling Layer", 53 "position": [285, 0],
29 "children": [ 54 "bounds": [15, 135]
30 { 55 },
31 "name": "Content Root Layer", 56 {
32 "bounds": [508, 608], 57 "name": "Frame Scroll Corner Layer",
33 "children": [ 58 "position": [285, 135],
34 { 59 "bounds": [15, 15],
35 "name": "LayoutView #document", 60 "drawsContent": true
36 "bounds": [508, 608], 61 },
37 "drawsContent": true, 62 {
38 "backgroundColor": "#C0C0C0", 63 "name": "LayoutBlockFlow (positioned) DIV class='overlay'",
39 "children": [ 64 "position": [5, 5],
40 { 65 "bounds": [50, 50],
41 "name": "LayoutBlockFlow DIV id='iframe-conten t' class='box'", 66 "drawsContent": true,
42 "position": [108, 100], 67 "backgroundColor": "#00000033"
43 "bounds": [200, 200],
44 "contentsOpaque": true,
45 "drawsContent": true,
46 "backgroundColor": "#0000FF"
47 }
48 ]
49 }
50 ]
51 }
52 ]
53 }
54 ]
55 },
56 {
57 "name": "Frame Horizontal Scrollbar Layer",
58 "position": [0, 135],
59 "bounds": [285, 15]
60 },
61 {
62 "name": "Frame Vertical Scrollbar Layer",
63 "position": [285, 0],
64 "bounds": [15, 135]
65 },
66 {
67 "name": "Frame Scroll Corner Layer",
68 "position": [285, 135],
69 "bounds": [15, 15],
70 "drawsContent": true
71 }
72 ]
73 }
74 ]
75 },
76 {
77 "name": "LayoutBlockFlow (positioned) DIV class='overlay'",
78 "position": [5, 5],
79 "bounds": [50, 50],
80 "drawsContent": true,
81 "backgroundColor": "#00000033"
82 }
83 ]
84 } 68 }
85 ] 69 ]
86 } 70 }
87 71
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698