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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/iframes/invisible-nested-iframe-show-expected.txt

Issue 2087483002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "bounds": [800, 600], 4 "bounds": [800, 600],
4 "children": [ 5 "children": [
5 { 6 {
7 "name": "LayoutView #document",
6 "bounds": [800, 600], 8 "bounds": [800, 600],
7 "contentsOpaque": true, 9 "contentsOpaque": true,
8 "drawsContent": true, 10 "drawsContent": true,
9 "children": [ 11 "children": [
10 { 12 {
13 "name": "LayoutIFrame IFRAME",
11 "position": [-12, -12], 14 "position": [-12, -12],
12 "bounds": [370, 220], 15 "bounds": [370, 220],
13 "drawsContent": true, 16 "drawsContent": true,
14 "children": [ 17 "children": [
15 { 18 {
19 "name": "Frame Overflow Controls Host Layer",
16 "position": [35, 35], 20 "position": [35, 35],
17 "bounds": [300, 150], 21 "bounds": [300, 150],
18 "children": [ 22 "children": [
19 { 23 {
24 "name": "Frame Clipping Layer",
20 "bounds": [285, 150], 25 "bounds": [285, 150],
21 "children": [ 26 "children": [
22 { 27 {
28 "name": "Frame Scrolling Layer",
23 "children": [ 29 "children": [
24 { 30 {
31 "name": "Content Root Layer",
25 "bounds": [285, 193], 32 "bounds": [285, 193],
26 "children": [ 33 "children": [
27 { 34 {
35 "name": "LayoutView #document",
28 "bounds": [285, 193], 36 "bounds": [285, 193],
29 "drawsContent": true, 37 "drawsContent": true,
30 "children": [ 38 "children": [
31 { 39 {
40 "name": "LayoutIFrame IFRAME",
32 "position": [8, 8], 41 "position": [8, 8],
33 "bounds": [252, 172], 42 "bounds": [252, 172],
34 "drawsContent": true, 43 "drawsContent": true,
35 "children": [ 44 "children": [
36 { 45 {
46 "name": "Frame Overflow Controls Host Laye r",
37 "position": [1, 1], 47 "position": [1, 1],
38 "bounds": [250, 170], 48 "bounds": [250, 170],
39 "children": [ 49 "children": [
40 { 50 {
51 "name": "Frame Clipping Layer",
41 "bounds": [250, 170], 52 "bounds": [250, 170],
42 "children": [ 53 "children": [
43 { 54 {
55 "name": "Frame Scrolling Layer",
44 "children": [ 56 "children": [
45 { 57 {
58 "name": "Content Root Layer",
46 "bounds": [250, 230], 59 "bounds": [250, 230],
47 "children": [ 60 "children": [
48 { 61 {
62 "name": "LayoutView #docum ent",
49 "bounds": [250, 230], 63 "bounds": [250, 230],
50 "drawsContent": true, 64 "drawsContent": true,
51 "backgroundColor": "#C0C0C 0", 65 "backgroundColor": "#C0C0C 0",
52 "children": [ 66 "children": [
53 { 67 {
68 "name": "LayoutBlockFl ow DIV id='iframe-content' class='box'",
54 "position": [18, 10], 69 "position": [18, 10],
55 "bounds": [210, 210], 70 "bounds": [210, 210],
56 "contentsOpaque": true , 71 "contentsOpaque": true ,
57 "drawsContent": true, 72 "drawsContent": true,
58 "backgroundColor": "#0 000FF" 73 "backgroundColor": "#0 000FF"
59 } 74 }
60 ] 75 ]
61 } 76 }
62 ] 77 ]
63 } 78 }
64 ] 79 ]
65 } 80 }
66 ] 81 ]
67 } 82 }
68 ] 83 ]
69 } 84 }
70 ] 85 ]
71 } 86 }
72 ] 87 ]
73 } 88 }
74 ] 89 ]
75 } 90 }
76 ] 91 ]
77 } 92 }
78 ] 93 ]
79 }, 94 },
80 { 95 {
96 "name": "Frame Vertical Scrollbar Layer",
81 "position": [285, 0], 97 "position": [285, 0],
82 "bounds": [15, 150] 98 "bounds": [15, 150]
83 } 99 }
84 ] 100 ]
85 } 101 }
86 ] 102 ]
87 }, 103 },
88 { 104 {
105 "name": "LayoutBlockFlow DIV class='box'",
89 "position": [18, 203], 106 "position": [18, 203],
90 "bounds": [210, 210], 107 "bounds": [210, 210],
91 "contentsOpaque": true, 108 "contentsOpaque": true,
92 "drawsContent": true, 109 "drawsContent": true,
93 "backgroundColor": "#0000FF", 110 "backgroundColor": "#0000FF",
94 "transform": [ 111 "transform": [
95 [1, 0, 0, 0], 112 [1, 0, 0, 0],
96 [0, 1, 0, 0], 113 [0, 1, 0, 0],
97 [0, 0, 1, 0], 114 [0, 0, 1, 0],
98 [0, 0, 1, 1] 115 [0, 0, 1, 1]
99 ] 116 ]
100 } 117 }
101 ] 118 ]
102 } 119 }
103 ] 120 ]
104 } 121 }
105 122
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698