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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/window-resize-percent-html-expected.txt

Issue 2620603002: Run virtual/stable/paint/invalidation for non-SlimmingPaintInvalidation (Closed)
Patch Set: - Created 3 years, 11 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 "layers": [
3 {
4 "name": "LayoutView #document",
5 "bounds": [600, 250],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutView #document",
11 "rect": [0, 250, 600, 250],
12 "reason": "incremental"
13 },
14 {
15 "object": "LayoutBlockFlow DIV",
16 "rect": [0, 0, 300, 125],
17 "reason": "border box change"
18 }
19 ]
20 }
21 ],
22 "objectPaintInvalidations": [
23 {
24 "object": "LayoutView #document",
25 "reason": "incremental"
26 },
27 {
28 "object": "LayoutBlockFlow DIV",
29 "reason": "border box change"
30 }
31 ]
32 }
33 {
34 "layers": [
35 {
36 "name": "LayoutView #document",
37 "bounds": [400, 250],
38 "contentsOpaque": true,
39 "drawsContent": true,
40 "paintInvalidations": [
41 {
42 "object": "LayoutBlockFlow DIV",
43 "rect": [0, 0, 300, 63],
44 "reason": "border box change"
45 },
46 {
47 "object": "LayoutView #document",
48 "rect": [400, 0, 200, 250],
49 "reason": "incremental"
50 }
51 ]
52 }
53 ],
54 "objectPaintInvalidations": [
55 {
56 "object": "LayoutView #document",
57 "reason": "incremental"
58 },
59 {
60 "object": "LayoutBlockFlow DIV",
61 "reason": "border box change"
62 }
63 ]
64 }
65 {
66 "layers": [
67 {
68 "name": "LayoutView #document",
69 "bounds": [400, 600],
70 "contentsOpaque": true,
71 "drawsContent": true,
72 "paintInvalidations": [
73 {
74 "object": "LayoutView #document",
75 "rect": [0, 250, 400, 350],
76 "reason": "incremental"
77 },
78 {
79 "object": "LayoutBlockFlow DIV",
80 "rect": [0, 0, 200, 150],
81 "reason": "border box change"
82 }
83 ]
84 }
85 ],
86 "objectPaintInvalidations": [
87 {
88 "object": "LayoutView #document",
89 "reason": "incremental"
90 },
91 {
92 "object": "LayoutBlockFlow DIV",
93 "reason": "border box change"
94 }
95 ]
96 }
97 {
98 "layers": [
99 {
100 "name": "LayoutView #document",
101 "bounds": [800, 600],
102 "contentsOpaque": true,
103 "drawsContent": true,
104 "paintInvalidations": [
105 {
106 "object": "LayoutView #document",
107 "rect": [400, 0, 400, 600],
108 "reason": "incremental"
109 },
110 {
111 "object": "LayoutBlockFlow DIV",
112 "rect": [200, 0, 200, 150],
113 "reason": "incremental"
114 }
115 ]
116 }
117 ],
118 "objectPaintInvalidations": [
119 {
120 "object": "LayoutView #document",
121 "reason": "incremental"
122 },
123 {
124 "object": "LayoutBlockFlow DIV",
125 "reason": "incremental"
126 }
127 ]
128 }
129
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698