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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/paintorder-filtered-expected.txt

Issue 2888253002: Skip both paint and raster invalidation for LayoutSVGHiddenContainer subtree (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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutSVGContainer use id='t2'", 10 "object": "LayoutSVGContainer use id='t2'",
(...skipping 28 matching lines...) Expand all
39 { 39 {
40 "object": "LayoutSVGPath polygon", 40 "object": "LayoutSVGPath polygon",
41 "rect": [183, 165, 134, 134], 41 "rect": [183, 165, 134, 134],
42 "reason": "style change" 42 "reason": "style change"
43 } 43 }
44 ] 44 ]
45 } 45 }
46 ], 46 ],
47 "objectPaintInvalidations": [ 47 "objectPaintInvalidations": [
48 { 48 {
49 "object": "LayoutSVGEllipse circle id='t4'",
50 "reason": "style change"
51 },
52 {
53 "object": "LayoutSVGPath polygon",
54 "reason": "style change"
55 },
56 {
57 "object": "LayoutSVGContainer use id='t1'", 49 "object": "LayoutSVGContainer use id='t1'",
58 "reason": "style change" 50 "reason": "style change"
59 }, 51 },
60 { 52 {
61 "object": "LayoutSVGViewportContainer svg id='poly'", 53 "object": "LayoutSVGViewportContainer svg id='poly'",
62 "reason": "style change" 54 "reason": "style change"
63 }, 55 },
64 { 56 {
65 "object": "LayoutSVGPath polygon", 57 "object": "LayoutSVGPath polygon",
66 "reason": "style change" 58 "reason": "style change"
(...skipping 26 matching lines...) Expand all
93 "object": "LayoutSVGViewportContainer svg id='poly2'", 85 "object": "LayoutSVGViewportContainer svg id='poly2'",
94 "reason": "SVG resource change" 86 "reason": "SVG resource change"
95 }, 87 },
96 { 88 {
97 "object": "LayoutSVGPath polygon", 89 "object": "LayoutSVGPath polygon",
98 "reason": "style change" 90 "reason": "style change"
99 } 91 }
100 ] 92 ]
101 } 93 }
102 94
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698