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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt

Issue 2402213002: 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 (positioned) DIV id='scroller'",
11 "position": [300, 300],
12 "bounds": [200, 200],
13 "shouldFlattenTransform": false,
14 "drawsContent": true
15 },
16 {
17 "name": "Scrolling Layer",
18 "bounds": [185, 200],
19 "shouldFlattenTransform": false
20 },
21 {
22 "name": "Scrolling Contents Layer",
23 "bounds": [185, 4900],
9 "drawsContent": true, 24 "drawsContent": true,
10 "children": [ 25 "paintInvalidations": [
11 { 26 {
12 "name": "LayoutBlockFlow (positioned) DIV id='scroller'", 27 "object": "LayoutBlockFlow DIV id='target'",
13 "position": [300, 300], 28 "rect": [0, 2400, 100, 100],
14 "bounds": [200, 200], 29 "reason": "style change"
15 "shouldFlattenTransform": false, 30 }
16 "drawsContent": true, 31 ]
17 "children": [ 32 },
18 { 33 {
19 "name": "Scrolling Layer", 34 "name": "Overflow Controls Host Layer",
20 "bounds": [185, 200], 35 "bounds": [200, 200]
21 "shouldFlattenTransform": false, 36 },
22 "children": [ 37 {
23 { 38 "name": "Vertical Scrollbar Layer",
24 "name": "Scrolling Contents Layer", 39 "position": [185, 0],
25 "bounds": [185, 4900], 40 "bounds": [15, 200],
26 "drawsContent": true, 41 "paintInvalidations": [
27 "paintInvalidations": [ 42 {
28 { 43 "object": "Vertical Scrollbar Layer",
29 "object": "LayoutBlockFlow DIV id='target'", 44 "rect": [0, 0, 15, 200],
30 "rect": [0, 2400, 100, 100], 45 "reason": "full"
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": "Vertical Scrollbar Layer",
43 "position": [185, 0],
44 "bounds": [15, 200],
45 "paintInvalidations": [
46 {
47 "object": "Vertical Scrollbar Layer",
48 "rect": [0, 0, 15, 200],
49 "reason": "full"
50 }
51 ]
52 }
53 ]
54 }
55 ]
56 } 46 }
57 ] 47 ]
58 } 48 }
59 ], 49 ],
60 "objectPaintInvalidations": [ 50 "objectPaintInvalidations": [
61 { 51 {
62 "object": "LayoutBlockFlow DIV id='target'", 52 "object": "LayoutBlockFlow DIV id='target'",
63 "reason": "style change" 53 "reason": "style change"
64 } 54 }
65 ] 55 ]
66 } 56 }
67 57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698