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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/overflow-move-after-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' class='scroller'",
11 "position": [10, 60],
12 "bounds": [700, 400],
13 "shouldFlattenTransform": false,
14 "drawsContent": true
15 },
16 {
17 "name": "Scrolling Layer",
18 "bounds": [685, 385],
19 "shouldFlattenTransform": false
20 },
21 {
22 "name": "Scrolling Contents Layer",
23 "bounds": [685, 600],
9 "drawsContent": true, 24 "drawsContent": true,
10 "children": [ 25 "paintInvalidations": [
11 { 26 {
12 "name": "LayoutBlockFlow (positioned) DIV id='scroller' class='scrolle r'", 27 "object": "LayoutBlockFlow (positioned) DIV id='block'",
13 "position": [10, 60], 28 "rect": [300, 200, 120, 50],
14 "bounds": [700, 400], 29 "reason": "bounds change"
15 "shouldFlattenTransform": false, 30 },
16 "drawsContent": true, 31 {
17 "children": [ 32 "object": "LayoutBlockFlow (positioned) DIV id='block'",
18 { 33 "rect": [50, 200, 120, 50],
19 "name": "Scrolling Layer", 34 "reason": "bounds change"
20 "bounds": [685, 385],
21 "shouldFlattenTransform": false,
22 "children": [
23 {
24 "name": "Scrolling Contents Layer",
25 "bounds": [685, 600],
26 "drawsContent": true,
27 "paintInvalidations": [
28 {
29 "object": "LayoutBlockFlow (positioned) DIV id='block'",
30 "rect": [300, 200, 120, 50],
31 "reason": "bounds change"
32 },
33 {
34 "object": "LayoutBlockFlow (positioned) DIV id='block'",
35 "rect": [50, 200, 120, 50],
36 "reason": "bounds change"
37 }
38 ]
39 }
40 ]
41 },
42 {
43 "name": "Overflow Controls Host Layer",
44 "bounds": [700, 400],
45 "children": [
46 {
47 "name": "Horizontal Scrollbar Layer",
48 "position": [0, 385],
49 "bounds": [685, 15]
50 },
51 {
52 "name": "Vertical Scrollbar Layer",
53 "position": [685, 0],
54 "bounds": [15, 385],
55 "paintInvalidations": [
56 {
57 "object": "Vertical Scrollbar Layer",
58 "rect": [0, 0, 15, 385],
59 "reason": "full"
60 }
61 ]
62 },
63 {
64 "name": "Scroll Corner Layer",
65 "position": [685, 385],
66 "bounds": [15, 15],
67 "drawsContent": true
68 }
69 ]
70 }
71 ]
72 } 35 }
73 ] 36 ]
37 },
38 {
39 "name": "Overflow Controls Host Layer",
40 "bounds": [700, 400]
41 },
42 {
43 "name": "Horizontal Scrollbar Layer",
44 "position": [0, 385],
45 "bounds": [685, 15]
46 },
47 {
48 "name": "Vertical Scrollbar Layer",
49 "position": [685, 0],
50 "bounds": [15, 385],
51 "paintInvalidations": [
52 {
53 "object": "Vertical Scrollbar Layer",
54 "rect": [0, 0, 15, 385],
55 "reason": "full"
56 }
57 ]
58 },
59 {
60 "name": "Scroll Corner Layer",
61 "position": [685, 385],
62 "bounds": [15, 15],
63 "drawsContent": true
74 } 64 }
75 ], 65 ],
76 "objectPaintInvalidations": [ 66 "objectPaintInvalidations": [
77 { 67 {
78 "object": "LayoutBlockFlow (positioned) DIV id='block'", 68 "object": "LayoutBlockFlow (positioned) DIV id='block'",
79 "reason": "bounds change" 69 "reason": "bounds change"
80 } 70 }
81 ] 71 ]
82 } 72 }
83 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698