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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/iframes/scrolling-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 { 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 id='parent-iframe'",
11 "position": [8, 8], 14 "position": [8, 8],
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, 135], 25 "bounds": [285, 135],
21 "children": [ 26 "children": [
22 { 27 {
28 "name": "Frame Scrolling Layer",
23 "children": [ 29 "children": [
24 { 30 {
31 "name": "Content Root Layer",
25 "bounds": [508, 608], 32 "bounds": [508, 608],
26 "children": [ 33 "children": [
27 { 34 {
35 "name": "LayoutView #document",
28 "bounds": [508, 608], 36 "bounds": [508, 608],
29 "drawsContent": true, 37 "drawsContent": true,
30 "backgroundColor": "#C0C0C0", 38 "backgroundColor": "#C0C0C0",
31 "children": [ 39 "children": [
32 { 40 {
41 "name": "LayoutBlockFlow DIV id='iframe-conten t' class='box'",
33 "position": [108, 100], 42 "position": [108, 100],
34 "bounds": [200, 200], 43 "bounds": [200, 200],
35 "contentsOpaque": true, 44 "contentsOpaque": true,
36 "drawsContent": true, 45 "drawsContent": true,
37 "backgroundColor": "#0000FF" 46 "backgroundColor": "#0000FF"
38 } 47 }
39 ] 48 ]
40 } 49 }
41 ] 50 ]
42 } 51 }
43 ] 52 ]
44 } 53 }
45 ] 54 ]
46 }, 55 },
47 { 56 {
57 "name": "Frame Horizontal Scrollbar Layer",
48 "position": [0, 135], 58 "position": [0, 135],
49 "bounds": [285, 15] 59 "bounds": [285, 15]
50 }, 60 },
51 { 61 {
62 "name": "Frame Vertical Scrollbar Layer",
52 "position": [285, 0], 63 "position": [285, 0],
53 "bounds": [15, 135] 64 "bounds": [15, 135]
54 }, 65 },
55 { 66 {
67 "name": "Frame Scroll Corner Layer",
56 "position": [285, 135], 68 "position": [285, 135],
57 "bounds": [15, 15], 69 "bounds": [15, 15],
58 "drawsContent": true 70 "drawsContent": true
59 } 71 }
60 ] 72 ]
61 } 73 }
62 ] 74 ]
63 }, 75 },
64 { 76 {
77 "name": "LayoutBlockFlow (positioned) DIV class='overlay'",
65 "position": [5, 5], 78 "position": [5, 5],
66 "bounds": [50, 50], 79 "bounds": [50, 50],
67 "drawsContent": true, 80 "drawsContent": true,
68 "backgroundColor": "#00000033" 81 "backgroundColor": "#00000033"
69 } 82 }
70 ] 83 ]
71 } 84 }
72 ] 85 ]
73 } 86 }
74 87
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698