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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/iframes/resizer-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 class='container'",
12 "position": [8, 8],
13 "bounds": [304, 154],
14 "drawsContent": true
15 },
16 {
17 "name": "Frame Overflow Controls Host Layer",
18 "position": [2, 2],
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 class='container'", 38 {
14 "position": [8, 8], 39 "name": "LayoutBlockFlow DIV id='iframe-content' class='box'",
15 "bounds": [304, 154], 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": [2, 2], 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], 50 },
26 "children": [ 51 {
27 { 52 "name": "Overflow Controls Host Layer",
28 "name": "Frame Scrolling Layer", 53 "bounds": [304, 154]
29 "children": [ 54 },
30 { 55 {
31 "name": "Content Root Layer", 56 "name": "Scroll Corner Layer",
32 "bounds": [285, 230], 57 "position": [287, 137],
33 "children": [ 58 "bounds": [15, 15],
34 { 59 "drawsContent": true
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 "name": "Overflow Controls Host Layer",
65 "bounds": [304, 154],
66 "children": [
67 {
68 "name": "Scroll Corner Layer",
69 "position": [287, 137],
70 "bounds": [15, 15],
71 "drawsContent": true
72 }
73 ]
74 }
75 ]
76 }
77 ]
78 } 60 }
79 ] 61 ]
80 } 62 }
81 63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698