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

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

Powered by Google App Engine
This is Rietveld 408576698