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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/reparented-scrollbars-non-sc-anc-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": [1208, 821],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [1208, 821], 5 "bounds": [1208, 821],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
9 "drawsContent": true, 7 "drawsContent": true
10 "children": [ 8 },
11 { 9 {
12 "name": "Ancestor Clipping Layer", 10 "name": "Ancestor Clipping Layer",
13 "position": [8, 8], 11 "position": [8, 8],
14 "bounds": [1200, 800], 12 "bounds": [1200, 800],
15 "shouldFlattenTransform": false, 13 "shouldFlattenTransform": false
16 "children": [ 14 },
17 { 15 {
18 "name": "LayoutBlockFlow (relative positioned) DIV id='positioned' ", 16 "name": "LayoutBlockFlow (relative positioned) DIV id='positioned'",
19 "bounds": [1200, 800], 17 "bounds": [1200, 800],
20 "drawsContent": true, 18 "drawsContent": true
21 "children": [ 19 },
22 { 20 {
23 "name": "Child Containment Layer", 21 "name": "Child Containment Layer",
24 "bounds": [1200, 800], 22 "bounds": [1200, 800]
25 "children": [ 23 },
26 { 24 {
27 "name": "Ancestor Clipping Layer", 25 "name": "Ancestor Clipping Layer",
28 "bounds": [1200, 1000], 26 "bounds": [1200, 1000],
29 "shouldFlattenTransform": false, 27 "shouldFlattenTransform": false
30 "children": [ 28 },
31 { 29 {
32 "name": "LayoutBlockFlow DIV id='scroller'", 30 "name": "LayoutBlockFlow DIV id='scroller'",
33 "bounds": [1200, 1000], 31 "bounds": [1200, 1000],
34 "shouldFlattenTransform": false, 32 "shouldFlattenTransform": false,
35 "drawsContent": true, 33 "drawsContent": true
36 "children": [ 34 },
37 { 35 {
38 "name": "Scrolling Layer", 36 "name": "Scrolling Layer",
39 "bounds": [1200, 1000], 37 "bounds": [1200, 1000],
40 "shouldFlattenTransform": false, 38 "shouldFlattenTransform": false
41 "children": [ 39 },
42 { 40 {
43 "name": "Scrolling Contents Layer", 41 "name": "Scrolling Contents Layer",
44 "bounds": [1200, 10000], 42 "bounds": [1200, 10000],
45 "drawsContent": true 43 "drawsContent": true
46 } 44 },
47 ] 45 {
48 } 46 "name": "LayoutBlockFlow (relative positioned) DIV id='foreground'",
49 ] 47 "position": [8, 10008],
50 } 48 "bounds": [1200, 0]
51 ] 49 },
52 } 50 {
53 ] 51 "name": "Overflow Controls Ancestor Clipping Layer",
54 } 52 "position": [8, 8],
55 ] 53 "bounds": [1200, 1000]
56 } 54 },
57 ] 55 {
58 }, 56 "name": "Overflow Controls Host Layer",
59 { 57 "bounds": [1200, 1000]
60 "name": "LayoutBlockFlow (relative positioned) DIV id='foreground'", 58 },
61 "position": [8, 10008], 59 {
62 "bounds": [1200, 0] 60 "name": "Vertical Scrollbar Layer",
63 }, 61 "position": [1193, 0],
64 { 62 "bounds": [7, 1000]
65 "name": "Overflow Controls Ancestor Clipping Layer",
66 "position": [8, 8],
67 "bounds": [1200, 1000],
68 "children": [
69 {
70 "name": "Overflow Controls Host Layer",
71 "bounds": [1200, 1000],
72 "children": [
73 {
74 "name": "Vertical Scrollbar Layer",
75 "position": [1193, 0],
76 "bounds": [7, 1000]
77 }
78 ]
79 }
80 ]
81 }
82 ]
83 } 63 }
84 ] 64 ]
85 } 65 }
86 66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698