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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/overflow-move-after-scroll-expected.txt

Issue 2321183002: Move repaint tests (except for svg/) to paint/invalidation (Closed)
Patch Set: - Created 4 years, 3 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
(Empty)
1 {
2 "name": "Content Root Layer",
3 "bounds": [800, 600],
4 "children": [
5 {
6 "name": "LayoutView #document",
7 "bounds": [800, 600],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "children": [
11 {
12 "name": "LayoutBlockFlow (positioned) DIV id='scroller' class='scrolle r'",
13 "position": [10, 60],
14 "bounds": [700, 400],
15 "shouldFlattenTransform": false,
16 "drawsContent": true,
17 "children": [
18 {
19 "name": "Scrolling Layer",
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 }
73 ]
74 }
75 ],
76 "objectPaintInvalidations": [
77 {
78 "object": "LayoutBlockFlow (positioned) DIV id='block'",
79 "reason": "bounds change"
80 }
81 ]
82 }
83
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698