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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt

Issue 2327223002: Move all remaining fast/repaint tests 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": [600, 250],
4 "children": [
5 {
6 "name": "LayoutView #document",
7 "bounds": [600, 250],
8 "drawsContent": true,
9 "paintInvalidations": [
10 {
11 "object": "LayoutView #document",
12 "rect": [0, 250, 600, 250],
13 "reason": "incremental"
14 },
15 {
16 "object": "LayoutBlockFlow HTML",
17 "rect": [0, 0, 600, 8],
18 "reason": "forced by layout"
19 }
20 ]
21 }
22 ],
23 "objectPaintInvalidations": [
24 {
25 "object": "LayoutView #document",
26 "reason": "incremental"
27 },
28 {
29 "object": "LayoutBlockFlow HTML",
30 "reason": "forced by layout"
31 }
32 ]
33 }
34 {
35 "name": "Content Root Layer",
36 "bounds": [400, 250],
37 "children": [
38 {
39 "name": "LayoutView #document",
40 "bounds": [400, 250],
41 "drawsContent": true,
42 "paintInvalidations": [
43 {
44 "object": "LayoutBlockFlow HTML",
45 "rect": [0, 0, 600, 8],
46 "reason": "forced by layout"
47 },
48 {
49 "object": "LayoutView #document",
50 "rect": [400, 0, 200, 250],
51 "reason": "incremental"
52 }
53 ]
54 }
55 ],
56 "objectPaintInvalidations": [
57 {
58 "object": "LayoutView #document",
59 "reason": "incremental"
60 },
61 {
62 "object": "LayoutBlockFlow HTML",
63 "reason": "forced by layout"
64 }
65 ]
66 }
67 {
68 "name": "Content Root Layer",
69 "bounds": [400, 600],
70 "children": [
71 {
72 "name": "LayoutView #document",
73 "bounds": [400, 600],
74 "drawsContent": true,
75 "paintInvalidations": [
76 {
77 "object": "LayoutView #document",
78 "rect": [0, 250, 400, 350],
79 "reason": "incremental"
80 },
81 {
82 "object": "LayoutBlockFlow HTML",
83 "rect": [0, 0, 400, 8],
84 "reason": "forced by layout"
85 }
86 ]
87 }
88 ],
89 "objectPaintInvalidations": [
90 {
91 "object": "LayoutView #document",
92 "reason": "incremental"
93 },
94 {
95 "object": "LayoutBlockFlow HTML",
96 "reason": "forced by layout"
97 }
98 ]
99 }
100 {
101 "name": "Content Root Layer",
102 "bounds": [800, 600],
103 "children": [
104 {
105 "name": "LayoutView #document",
106 "bounds": [800, 600],
107 "drawsContent": true,
108 "paintInvalidations": [
109 {
110 "object": "LayoutBlockFlow HTML",
111 "rect": [0, 0, 800, 8],
112 "reason": "forced by layout"
113 },
114 {
115 "object": "LayoutView #document",
116 "rect": [400, 0, 400, 600],
117 "reason": "incremental"
118 }
119 ]
120 }
121 ],
122 "objectPaintInvalidations": [
123 {
124 "object": "LayoutView #document",
125 "reason": "incremental"
126 },
127 {
128 "object": "LayoutBlockFlow HTML",
129 "reason": "forced by layout"
130 }
131 ]
132 }
133
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698