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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/force-compositing-mode/overflow-iframe-enter-compositing-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": [154, 154], 15 "bounds": [154, 154],
13 "drawsContent": true, 16 "drawsContent": true,
14 "children": [ 17 "children": [
15 { 18 {
19 "name": "Frame Overflow Controls Host Layer",
16 "position": [2, 2], 20 "position": [2, 2],
17 "bounds": [150, 150], 21 "bounds": [150, 150],
18 "children": [ 22 "children": [
19 { 23 {
24 "name": "Frame Clipping Layer",
20 "bounds": [135, 135], 25 "bounds": [135, 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, 516], 32 "bounds": [508, 516],
26 "children": [ 33 "children": [
27 { 34 {
35 "name": "LayoutView #document",
28 "bounds": [508, 516], 36 "bounds": [508, 516],
29 "drawsContent": true 37 "drawsContent": true
30 } 38 }
31 ] 39 ]
32 } 40 }
33 ] 41 ]
34 } 42 }
35 ] 43 ]
36 }, 44 },
37 { 45 {
46 "name": "Frame Horizontal Scrollbar Layer",
38 "position": [0, 135], 47 "position": [0, 135],
39 "bounds": [135, 15] 48 "bounds": [135, 15]
40 }, 49 },
41 { 50 {
51 "name": "Frame Vertical Scrollbar Layer",
42 "position": [135, 0], 52 "position": [135, 0],
43 "bounds": [15, 135] 53 "bounds": [15, 135]
44 }, 54 },
45 { 55 {
56 "name": "Frame Scroll Corner Layer",
46 "position": [135, 135], 57 "position": [135, 135],
47 "bounds": [15, 15], 58 "bounds": [15, 15],
48 "drawsContent": true 59 "drawsContent": true
49 } 60 }
50 ] 61 ]
51 } 62 }
52 ] 63 ]
53 } 64 }
54 ] 65 ]
55 } 66 }
56 ] 67 ]
57 } 68 }
58 69
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698