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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/iframes/connect-compositing-iframe-delayed-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 When the parent document becomes composited, the layer trees should get connecte d together. 2 When the parent document becomes composited, the layer trees should get connecte d together.
3 3
4 { 4 {
5 "name": "Content Root Layer", 5 "name": "Content Root Layer",
6 "bounds": [800, 600], 6 "bounds": [800, 600],
7 "children": [ 7 "children": [
8 { 8 {
9 "name": "LayoutView #document", 9 "name": "LayoutView #document",
10 "bounds": [800, 600], 10 "bounds": [800, 600],
11 "contentsOpaque": true, 11 "contentsOpaque": true,
12 "drawsContent": true, 12 "drawsContent": true,
13 "children": [ 13 "children": [
14 { 14 {
15 "name": "LayoutIFrame IFRAME id='iframe'", 15 "name": "LayoutIFrame IFRAME id='iframe'",
16 "position": [8, 108], 16 "position": [9, 109],
17 "bounds": [370, 220], 17 "bounds": [368, 218],
18 "drawsContent": true, 18 "drawsContent": true,
19 "children": [ 19 "children": [
20 { 20 {
21 "name": "Frame Overflow Controls Host Layer", 21 "name": "Frame Overflow Controls Host Layer",
22 "position": [35, 35], 22 "position": [34, 34],
23 "bounds": [300, 150], 23 "bounds": [300, 150],
24 "children": [ 24 "children": [
25 { 25 {
26 "name": "Frame Clipping Layer", 26 "name": "Frame Clipping Layer",
27 "bounds": [285, 150], 27 "bounds": [285, 150],
28 "children": [ 28 "children": [
29 { 29 {
30 "name": "Frame Scrolling Layer", 30 "name": "Frame Scrolling Layer",
31 "children": [ 31 "children": [
32 { 32 {
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "bounds": [100, 100], 70 "bounds": [100, 100],
71 "contentsOpaque": true, 71 "contentsOpaque": true,
72 "drawsContent": true, 72 "drawsContent": true,
73 "backgroundColor": "#0000FF" 73 "backgroundColor": "#0000FF"
74 } 74 }
75 ] 75 ]
76 } 76 }
77 ] 77 ]
78 } 78 }
79 79
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698