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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/iframes/iframe-resize-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' class='bigger'",
12 "position": [9, 9],
13 "bounds": [468, 188],
14 "drawsContent": true
15 },
16 {
17 "name": "Frame Overflow Controls Host Layer",
18 "position": [34, 34],
19 "bounds": [400, 120]
20 },
21 {
22 "name": "Frame Clipping Layer",
23 "bounds": [385, 120]
24 },
25 {
26 "name": "Frame Scrolling Layer"
27 },
28 {
29 "name": "Content Root Layer",
30 "bounds": [385, 230]
31 },
32 {
33 "name": "LayoutView #document",
34 "bounds": [385, 230],
10 "drawsContent": true, 35 "drawsContent": true,
11 "children": [ 36 "backgroundColor": "#C0C0C0"
12 { 37 },
13 "name": "LayoutIFrame IFRAME id='parent-iframe' class='bigger'", 38 {
14 "position": [9, 9], 39 "name": "LayoutBlockFlow DIV id='iframe-content' class='box'",
15 "bounds": [468, 188], 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": [400, 120], 46 {
22 "children": [ 47 "name": "Frame Vertical Scrollbar Layer",
23 { 48 "position": [385, 0],
24 "name": "Frame Clipping Layer", 49 "bounds": [15, 120]
25 "bounds": [385, 120], 50 },
26 "children": [ 51 {
27 { 52 "name": "LayoutBlockFlow (positioned) DIV class='overlay'",
28 "name": "Frame Scrolling Layer", 53 "position": [5, 5],
29 "children": [ 54 "bounds": [50, 50],
30 { 55 "drawsContent": true,
31 "name": "Content Root Layer", 56 "backgroundColor": "#00000033"
32 "bounds": [385, 230],
33 "children": [
34 {
35 "name": "LayoutView #document",
36 "bounds": [385, 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": [385, 0],
59 "bounds": [15, 120]
60 }
61 ]
62 }
63 ]
64 },
65 {
66 "name": "LayoutBlockFlow (positioned) DIV class='overlay'",
67 "position": [5, 5],
68 "bounds": [50, 50],
69 "drawsContent": true,
70 "backgroundColor": "#00000033"
71 }
72 ]
73 } 57 }
74 ] 58 ]
75 } 59 }
76 60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698