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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-content-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": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "children": [ 10 "children": [
9 { 11 {
12 "name": "LayoutBlockFlow DIV id='scroller'",
10 "position": [8, 8], 13 "position": [8, 8],
11 "bounds": [200, 200], 14 "bounds": [200, 200],
12 "shouldFlattenTransform": false, 15 "shouldFlattenTransform": false,
13 "drawsContent": true, 16 "drawsContent": true,
14 "children": [ 17 "children": [
15 { 18 {
19 "name": "Scrolling Layer",
16 "bounds": [185, 185], 20 "bounds": [185, 185],
17 "shouldFlattenTransform": false, 21 "shouldFlattenTransform": false,
18 "children": [ 22 "children": [
19 { 23 {
24 "name": "Scrolling Contents Layer",
20 "bounds": [185, 1200], 25 "bounds": [185, 1200],
21 "drawsContent": true, 26 "drawsContent": true,
22 "paintInvalidations": [ 27 "paintInvalidations": [
23 { 28 {
24 "object": "LayoutBlockFlow DIV id='indicator'", 29 "object": "LayoutBlockFlow DIV id='indicator'",
25 "rect": [0, 0, 185, 200], 30 "rect": [0, 0, 185, 200],
26 "reason": "style change" 31 "reason": "style change"
27 } 32 }
28 ] 33 ]
29 } 34 }
30 ] 35 ]
31 }, 36 },
32 { 37 {
38 "name": "Overflow Controls Host Layer",
33 "bounds": [200, 200], 39 "bounds": [200, 200],
34 "children": [ 40 "children": [
35 { 41 {
42 "name": "Horizontal Scrollbar Layer",
36 "position": [0, 185], 43 "position": [0, 185],
37 "bounds": [185, 15] 44 "bounds": [185, 15]
38 }, 45 },
39 { 46 {
47 "name": "Vertical Scrollbar Layer",
40 "position": [185, 0], 48 "position": [185, 0],
41 "bounds": [15, 185], 49 "bounds": [15, 185],
42 "paintInvalidations": [ 50 "paintInvalidations": [
43 { 51 {
44 "object": "Vertical Scrollbar Layer", 52 "object": "Vertical Scrollbar Layer",
45 "rect": [0, 0, 15, 185], 53 "rect": [0, 0, 15, 185],
46 "reason": "full" 54 "reason": "full"
47 } 55 }
48 ] 56 ]
49 }, 57 },
50 { 58 {
59 "name": "Scroll Corner Layer",
51 "position": [185, 185], 60 "position": [185, 185],
52 "bounds": [15, 15], 61 "bounds": [15, 15],
53 "drawsContent": true 62 "drawsContent": true
54 } 63 }
55 ] 64 ]
56 } 65 }
57 ] 66 ]
58 } 67 }
59 ] 68 ]
60 } 69 }
70 ],
71 "objectPaintInvalidations": [
72 {
73 "object": "LayoutBlockFlow DIV id='indicator'",
74 "reason": "style change"
75 }
61 ] 76 ]
62 } 77 }
63 78
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698