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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/iframes/connect-compositing-iframe3-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='iframe' class='composited'",
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, 150]
24 },
25 {
26 "name": "Frame Scrolling Layer"
27 },
28 {
29 "name": "Content Root Layer",
30 "bounds": [285, 230]
31 },
32 {
33 "name": "LayoutView #document",
34 "bounds": [285, 230],
10 "drawsContent": true, 35 "drawsContent": true,
11 "children": [ 36 "backgroundColor": "#C0C0C0"
12 { 37 },
13 "name": "LayoutIFrame IFRAME id='iframe' class='composited'", 38 {
14 "position": [9, 9], 39 "name": "LayoutBlockFlow DIV id='iframe-content' class='box'",
15 "bounds": [368, 218], 40 "position": [18, 10],
16 "drawsContent": true, 41 "bounds": [210, 210],
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 Vertical Scrollbar Layer",
23 { 48 "position": [285, 0],
24 "name": "Frame Clipping Layer", 49 "bounds": [15, 150]
25 "bounds": [285, 150],
26 "children": [
27 {
28 "name": "Frame Scrolling Layer",
29 "children": [
30 {
31 "name": "Content Root Layer",
32 "bounds": [285, 230],
33 "children": [
34 {
35 "name": "LayoutView #document",
36 "bounds": [285, 230],
37 "drawsContent": true,
38 "backgroundColor": "#C0C0C0",
39 "children": [
40 {
41 "name": "LayoutBlockFlow DIV id='iframe-conten t' class='box'",
42 "position": [18, 10],
43 "bounds": [210, 210],
44 "contentsOpaque": true,
45 "drawsContent": true,
46 "backgroundColor": "#0000FF"
47 }
48 ]
49 }
50 ]
51 }
52 ]
53 }
54 ]
55 },
56 {
57 "name": "Frame Vertical Scrollbar Layer",
58 "position": [285, 0],
59 "bounds": [15, 150]
60 }
61 ]
62 }
63 ]
64 }
65 ]
66 } 50 }
67 ] 51 ]
68 } 52 }
69 53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698