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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/iframes/connect-compositing-iframe-delayed-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 When the parent document becomes composited, the layer trees should get connecte d together. 2 When the parent document becomes composited, the layer trees should get connecte d together.
3 3
4 { 4 {
5 "name": "Content Root Layer", 5 "layers": [
6 "bounds": [800, 600],
7 "children": [
8 { 6 {
9 "name": "LayoutView #document", 7 "name": "LayoutView #document",
10 "bounds": [800, 600], 8 "bounds": [800, 600],
11 "contentsOpaque": true, 9 "contentsOpaque": true,
10 "drawsContent": true
11 },
12 {
13 "name": "LayoutIFrame IFRAME id='iframe'",
14 "position": [9, 109],
15 "bounds": [368, 218],
16 "drawsContent": true
17 },
18 {
19 "name": "Frame Overflow Controls Host Layer",
20 "position": [34, 34],
21 "bounds": [300, 150]
22 },
23 {
24 "name": "Frame Clipping Layer",
25 "bounds": [285, 150]
26 },
27 {
28 "name": "Frame Scrolling Layer"
29 },
30 {
31 "name": "Content Root Layer",
32 "bounds": [285, 230]
33 },
34 {
35 "name": "LayoutView #document",
36 "bounds": [285, 230],
12 "drawsContent": true, 37 "drawsContent": true,
13 "children": [ 38 "backgroundColor": "#C0C0C0"
14 { 39 },
15 "name": "LayoutIFrame IFRAME id='iframe'", 40 {
16 "position": [9, 109], 41 "name": "LayoutBlockFlow DIV id='iframe-content' class='box'",
17 "bounds": [368, 218], 42 "position": [18, 10],
18 "drawsContent": true, 43 "bounds": [210, 210],
19 "children": [ 44 "contentsOpaque": true,
20 { 45 "drawsContent": true,
21 "name": "Frame Overflow Controls Host Layer", 46 "backgroundColor": "#0000FF"
22 "position": [34, 34], 47 },
23 "bounds": [300, 150], 48 {
24 "children": [ 49 "name": "Frame Vertical Scrollbar Layer",
25 { 50 "position": [285, 0],
26 "name": "Frame Clipping Layer", 51 "bounds": [15, 150]
27 "bounds": [285, 150], 52 },
28 "children": [ 53 {
29 { 54 "name": "LayoutBlockFlow DIV id='box' class='composited'",
30 "name": "Frame Scrolling Layer", 55 "position": [8, 8],
31 "children": [ 56 "bounds": [100, 100],
32 { 57 "contentsOpaque": true,
33 "name": "Content Root Layer", 58 "drawsContent": true,
34 "bounds": [285, 230], 59 "backgroundColor": "#0000FF"
35 "children": [
36 {
37 "name": "LayoutView #document",
38 "bounds": [285, 230],
39 "drawsContent": true,
40 "backgroundColor": "#C0C0C0",
41 "children": [
42 {
43 "name": "LayoutBlockFlow DIV id='iframe-conten t' class='box'",
44 "position": [18, 10],
45 "bounds": [210, 210],
46 "contentsOpaque": true,
47 "drawsContent": true,
48 "backgroundColor": "#0000FF"
49 }
50 ]
51 }
52 ]
53 }
54 ]
55 }
56 ]
57 },
58 {
59 "name": "Frame Vertical Scrollbar Layer",
60 "position": [285, 0],
61 "bounds": [15, 150]
62 }
63 ]
64 }
65 ]
66 },
67 {
68 "name": "LayoutBlockFlow DIV id='box' class='composited'",
69 "position": [8, 8],
70 "bounds": [100, 100],
71 "contentsOpaque": true,
72 "drawsContent": true,
73 "backgroundColor": "#0000FF"
74 }
75 ]
76 } 60 }
77 ] 61 ]
78 } 62 }
79 63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698