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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/scroll-parent-absolute-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": [785, 5516],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [785, 5516], 5 "bounds": [785, 5516],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "Squashing Containment Layer",
11 "shouldFlattenTransform": false
12 },
13 {
14 "name": "LayoutBlockFlow DIV id='top'",
15 "position": [8, 8],
16 "bounds": [500, 500],
17 "shouldFlattenTransform": false,
9 "drawsContent": true, 18 "drawsContent": true,
10 "children": [ 19 "backgroundColor": "#0000FF"
11 { 20 },
12 "name": "Squashing Containment Layer", 21 {
13 "shouldFlattenTransform": false, 22 "name": "Scrolling Layer",
14 "children": [ 23 "bounds": [485, 485],
15 { 24 "shouldFlattenTransform": false
16 "name": "LayoutBlockFlow DIV id='top'", 25 },
17 "position": [8, 8], 26 {
18 "bounds": [500, 500], 27 "name": "Scrolling Contents Layer",
19 "shouldFlattenTransform": false, 28 "bounds": [485, 5000],
20 "drawsContent": true, 29 "contentsOpaque": true,
21 "backgroundColor": "#0000FF", 30 "drawsContent": true
22 "children": [ 31 },
23 { 32 {
24 "name": "Scrolling Layer", 33 "name": "Overflow Controls Host Layer",
25 "bounds": [485, 485], 34 "bounds": [500, 500]
26 "shouldFlattenTransform": false, 35 },
27 "children": [ 36 {
28 { 37 "name": "Horizontal Scrollbar Layer",
29 "name": "Scrolling Contents Layer", 38 "position": [0, 485],
30 "bounds": [485, 5000], 39 "bounds": [485, 15]
31 "contentsOpaque": true, 40 },
32 "drawsContent": true 41 {
33 } 42 "name": "Vertical Scrollbar Layer",
34 ] 43 "position": [485, 0],
35 }, 44 "bounds": [15, 485]
36 { 45 },
37 "name": "Overflow Controls Host Layer", 46 {
38 "bounds": [500, 500], 47 "name": "Scroll Corner Layer",
39 "children": [ 48 "position": [485, 485],
40 { 49 "bounds": [15, 15],
41 "name": "Horizontal Scrollbar Layer", 50 "drawsContent": true
42 "position": [0, 485], 51 },
43 "bounds": [485, 15] 52 {
44 }, 53 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positione d) DIV id='middle')",
45 { 54 "position": [8, 8],
46 "name": "Vertical Scrollbar Layer", 55 "bounds": [400, 400],
47 "position": [485, 0], 56 "drawsContent": true
48 "bounds": [15, 485] 57 },
49 }, 58 {
50 { 59 "name": "LayoutBlockFlow (relative positioned) DIV id='child'",
51 "name": "Scroll Corner Layer", 60 "position": [8, 8],
52 "position": [485, 485], 61 "bounds": [300, 300],
53 "bounds": [15, 15], 62 "contentsOpaque": true,
54 "drawsContent": true 63 "drawsContent": true,
55 } 64 "backfaceVisibility": "hidden",
56 ] 65 "backgroundColor": "#FFFF00"
57 } 66 },
58 ] 67 {
59 }, 68 "name": "LayoutBlockFlow (relative positioned) DIV id='tall'",
60 { 69 "position": [8, 8],
61 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (p ositioned) DIV id='middle')", 70 "bounds": [20, 5000],
62 "position": [8, 8], 71 "contentsOpaque": true,
63 "bounds": [400, 400], 72 "drawsContent": true,
64 "drawsContent": true 73 "backgroundColor": "#FA8072",
65 } 74 "hasScrollParent": true
66 ]
67 },
68 {
69 "name": "LayoutBlockFlow (relative positioned) DIV id='child'",
70 "position": [8, 8],
71 "bounds": [300, 300],
72 "contentsOpaque": true,
73 "drawsContent": true,
74 "backfaceVisibility": "hidden",
75 "backgroundColor": "#FFFF00"
76 },
77 {
78 "name": "LayoutBlockFlow (relative positioned) DIV id='tall'",
79 "position": [8, 8],
80 "bounds": [20, 5000],
81 "contentsOpaque": true,
82 "drawsContent": true,
83 "backgroundColor": "#FA8072",
84 "hasScrollParent": true
85 }
86 ]
87 } 75 }
88 ] 76 ]
89 } 77 }
90 78
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698