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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/transform-foreign-object-expected.txt

Issue 2747143004: Eagerly invalidate when a layer becomes stacking context (Closed)
Patch Set: Created 3 years, 9 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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutSVGForeignObject foreignObject", 10 "object": "LayoutSVGForeignObject foreignObject",
11 "rect": [108, 8, 100, 100], 11 "rect": [108, 8, 100, 100],
12 "reason": "subtree" 12 "reason": "subtree"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow DIV",
16 "rect": [8, 8, 100, 100],
17 "reason": "subtree"
18 },
19 {
15 "object": "LayoutSVGForeignObject foreignObject", 20 "object": "LayoutSVGForeignObject foreignObject",
16 "rect": [8, 8, 100, 100], 21 "rect": [8, 8, 100, 100],
17 "reason": "subtree" 22 "reason": "subtree"
18 } 23 }
19 ] 24 ]
20 } 25 }
21 ], 26 ],
22 "objectPaintInvalidations": [ 27 "objectPaintInvalidations": [
23 { 28 {
24 "object": "LayoutSVGForeignObject foreignObject", 29 "object": "LayoutSVGForeignObject foreignObject",
25 "reason": "subtree" 30 "reason": "subtree"
26 }, 31 },
27 { 32 {
28 "object": "LayoutBlockFlow DIV", 33 "object": "LayoutBlockFlow DIV",
29 "reason": "subtree" 34 "reason": "subtree"
35 },
36 {
37 "object": "LayoutSVGForeignObject foreignObject",
38 "reason": "subtree"
39 },
40 {
41 "object": "LayoutBlockFlow DIV",
42 "reason": "subtree"
30 } 43 }
31 ] 44 ]
32 } 45 }
33 46
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698