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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-invoke-deferred-compositing-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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
1 { 1 {
2 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true 7 "drawsContent": true
8 }, 8 },
9 { 9 {
10 "name": "LayoutBlockFlow (positioned) DIV id='container' class='composited box'", 10 "name": "LayoutBlockFlow (positioned) DIV id='container' class='composited box'",
11 "bounds": [300, 300] 11 "bounds": [300, 300]
12 }, 12 },
13 { 13 {
14 "name": "LayoutHTMLCanvas (positioned) CANVAS", 14 "name": "LayoutHTMLCanvas (positioned) CANVAS",
15 "bounds": [200, 200], 15 "bounds": [200, 200],
16 "drawsContent": true, 16 "drawsContent": true,
17 "paintInvalidations": [ 17 "paintInvalidations": [
18 { 18 {
19 "object": "LayoutHTMLCanvas (positioned) CANVAS", 19 "object": "LayoutHTMLCanvas (positioned) CANVAS",
20 "rect": [0, 0, 200, 200], 20 "rect": [0, 0, 200, 200],
21 "reason": "full" 21 "reason": "full"
22 }, 22 },
23 { 23 {
24 "object": "LayoutHTMLCanvas (positioned) CANVAS", 24 "object": "LayoutHTMLCanvas (positioned) CANVAS",
25 "rect": [0, 0, 200, 200], 25 "rect": [0, 0, 200, 200],
26 "reason": "layoutObject insertion" 26 "reason": "appeared"
27 } 27 }
28 ] 28 ]
29 } 29 }
30 ], 30 ],
31 "objectPaintInvalidations": [ 31 "objectPaintInvalidations": [
32 { 32 {
33 "object": "LayoutHTMLCanvas (positioned) CANVAS", 33 "object": "LayoutHTMLCanvas (positioned) CANVAS",
34 "reason": "subtree" 34 "reason": "subtree"
35 }, 35 },
36 { 36 {
37 "object": "LayoutHTMLCanvas (positioned) CANVAS", 37 "object": "LayoutHTMLCanvas (positioned) CANVAS",
38 "reason": "layoutObject insertion" 38 "reason": "appeared"
39 } 39 }
40 ] 40 ]
41 } 41 }
42 42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698