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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/iframes/connect-compositing-iframe-expected.txt

Issue 2378783002: Auto-rebaseline for r420570 (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 "name": "Content Root Layer",
4 "bounds": [800, 600], 4 "bounds": [800, 600],
5 "children": [ 5 "children": [
6 { 6 {
7 "name": "LayoutView #document", 7 "name": "LayoutView #document",
8 "bounds": [800, 600], 8 "bounds": [800, 600],
9 "contentsOpaque": true, 9 "contentsOpaque": true,
10 "drawsContent": true, 10 "drawsContent": true,
11 "children": [ 11 "children": [
12 { 12 {
13 "name": "LayoutIFrame IFRAME id='parent-iframe'", 13 "name": "LayoutIFrame IFRAME id='parent-iframe'",
14 "position": [8, 8], 14 "position": [9, 9],
15 "bounds": [370, 220], 15 "bounds": [368, 218],
16 "drawsContent": true, 16 "drawsContent": true,
17 "children": [ 17 "children": [
18 { 18 {
19 "name": "Frame Overflow Controls Host Layer", 19 "name": "Frame Overflow Controls Host Layer",
20 "position": [35, 35], 20 "position": [34, 34],
21 "bounds": [300, 150], 21 "bounds": [300, 150],
22 "children": [ 22 "children": [
23 { 23 {
24 "name": "Frame Clipping Layer", 24 "name": "Frame Clipping Layer",
25 "bounds": [285, 150], 25 "bounds": [285, 150],
26 "children": [ 26 "children": [
27 { 27 {
28 "name": "Frame Scrolling Layer", 28 "name": "Frame Scrolling Layer",
29 "children": [ 29 "children": [
30 { 30 {
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "position": [5, 5], 67 "position": [5, 5],
68 "bounds": [50, 50], 68 "bounds": [50, 50],
69 "drawsContent": true, 69 "drawsContent": true,
70 "backgroundColor": "#00000033" 70 "backgroundColor": "#00000033"
71 } 71 }
72 ] 72 ]
73 } 73 }
74 ] 74 ]
75 } 75 }
76 76
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698