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

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

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

Powered by Google App Engine
This is Rietveld 408576698