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

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

Powered by Google App Engine
This is Rietveld 408576698