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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/scroll-parent-absolute-expected.txt

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

Powered by Google App Engine
This is Rietveld 408576698