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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/updating-scrolling-content-expected.txt

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

Powered by Google App Engine
This is Rietveld 408576698