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

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

Powered by Google App Engine
This is Rietveld 408576698