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

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

Powered by Google App Engine
This is Rietveld 408576698