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

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

Powered by Google App Engine
This is Rietveld 408576698