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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/iframes/overlapped-iframe-iframe-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 "name": "Content Root Layer",
2 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "children": [ 10 "children": [
9 { 11 {
12 "name": "LayoutIFrame (positioned) IFRAME",
10 "bounds": [304, 304], 13 "bounds": [304, 304],
11 "drawsContent": true, 14 "drawsContent": true,
12 "children": [ 15 "children": [
13 { 16 {
17 "name": "Frame Overflow Controls Host Layer",
14 "position": [2, 2], 18 "position": [2, 2],
15 "bounds": [300, 300], 19 "bounds": [300, 300],
16 "children": [ 20 "children": [
17 { 21 {
22 "name": "Frame Clipping Layer",
18 "bounds": [300, 300], 23 "bounds": [300, 300],
19 "children": [ 24 "children": [
20 { 25 {
26 "name": "Frame Scrolling Layer",
21 "children": [ 27 "children": [
22 { 28 {
29 "name": "Content Root Layer",
23 "bounds": [300, 300], 30 "bounds": [300, 300],
24 "children": [ 31 "children": [
25 { 32 {
33 "name": "LayoutView #document",
26 "bounds": [300, 300], 34 "bounds": [300, 300],
27 "drawsContent": true, 35 "drawsContent": true,
28 "backgroundColor": "#C0C0C0", 36 "backgroundColor": "#C0C0C0",
29 "children": [ 37 "children": [
30 { 38 {
39 "name": "LayoutBlockFlow DIV id='iframe-conten t' class='box'",
31 "position": [18, 10], 40 "position": [18, 10],
32 "bounds": [210, 210], 41 "bounds": [210, 210],
33 "contentsOpaque": true, 42 "contentsOpaque": true,
34 "drawsContent": true, 43 "drawsContent": true,
35 "backgroundColor": "#0000FF" 44 "backgroundColor": "#0000FF"
36 } 45 }
37 ] 46 ]
38 } 47 }
39 ] 48 ]
40 } 49 }
41 ] 50 ]
42 } 51 }
43 ] 52 ]
44 } 53 }
45 ] 54 ]
46 } 55 }
47 ] 56 ]
48 }, 57 },
49 { 58 {
59 "name": "LayoutIFrame (positioned) IFRAME id='overlap'",
50 "position": [250, 0], 60 "position": [250, 0],
51 "bounds": [304, 304], 61 "bounds": [304, 304],
52 "drawsContent": true 62 "drawsContent": true
53 } 63 }
54 ] 64 ]
55 } 65 }
56 ] 66 ]
57 } 67 }
58 68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698