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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/overflow-scroll-local-background-text-color-change-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 DIV id='scroller'",
13 "position": [8, 8],
14 "bounds": [200, 200],
15 "shouldFlattenTransform": false,
16 "drawsContent": true,
17 "backgroundColor": "#0000FF",
18 "paintInvalidations": [
19 {
20 "object": "LayoutBlockFlow DIV id='scroller'",
21 "rect": [0, 0, 200, 200],
22 "reason": "style change"
23 }
24 ],
25 "children": [
26 {
27 "name": "Scrolling Layer",
28 "bounds": [185, 185],
29 "shouldFlattenTransform": false,
30 "children": [
31 {
32 "name": "Scrolling Contents Layer",
33 "bounds": [185, 552],
34 "contentsOpaque": true,
35 "drawsContent": true,
36 "paintInvalidations": [
37 {
38 "object": "LayoutBlockFlow DIV id='scroller'",
39 "rect": [0, 0, 185, 552],
40 "reason": "style change"
41 }
42 ]
43 }
44 ]
45 },
46 {
47 "name": "Overflow Controls Host Layer",
48 "bounds": [200, 200],
49 "children": [
50 {
51 "name": "Horizontal Scrollbar Layer",
52 "position": [0, 185],
53 "bounds": [185, 15],
54 "paintInvalidations": [
55 {
56 "object": "Horizontal Scrollbar Layer",
57 "rect": [0, 0, 185, 15],
58 "reason": "full"
59 }
60 ]
61 },
62 {
63 "name": "Vertical Scrollbar Layer",
64 "position": [185, 0],
65 "bounds": [15, 185],
66 "paintInvalidations": [
67 {
68 "object": "Vertical Scrollbar Layer",
69 "rect": [0, 0, 15, 185],
70 "reason": "full"
71 },
72 {
73 "object": "Vertical Scrollbar Layer",
74 "rect": [0, 0, 15, 185],
75 "reason": "full"
76 }
77 ]
78 },
79 {
80 "name": "Scroll Corner Layer",
81 "position": [185, 185],
82 "bounds": [15, 15],
83 "drawsContent": true
84 }
85 ]
86 }
87 ]
88 }
89 ]
90 }
91 ],
92 "objectPaintInvalidations": [
93 {
94 "object": "Scrolling Contents Layer",
95 "reason": "style change"
96 },
97 {
98 "object": "LayoutBlockFlow DIV id='scroller'",
99 "reason": "style change"
100 }
101 ]
102 }
103
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698