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/svg/repaint-paintorder-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": "LayoutSVGPath polygon", 10 "object": "LayoutSVGPath polygon",
(...skipping 23 matching lines...) Expand all
34 { 34 {
35 "object": "LayoutSVGContainer use id='t2'", 35 "object": "LayoutSVGContainer use id='t2'",
36 "rect": [184, 166, 132, 132], 36 "rect": [184, 166, 132, 132],
37 "reason": "style change" 37 "reason": "style change"
38 } 38 }
39 ] 39 ]
40 } 40 }
41 ], 41 ],
42 "objectPaintInvalidations": [ 42 "objectPaintInvalidations": [
43 { 43 {
44 "object": "LayoutSVGEllipse circle id='t4'",
45 "reason": "style change"
46 },
47 {
48 "object": "LayoutSVGPath polygon",
49 "reason": "style change"
50 },
51 {
52 "object": "LayoutSVGContainer use id='t1'", 44 "object": "LayoutSVGContainer use id='t1'",
53 "reason": "style change" 45 "reason": "style change"
54 }, 46 },
55 { 47 {
56 "object": "LayoutSVGViewportContainer svg id='poly'", 48 "object": "LayoutSVGViewportContainer svg id='poly'",
57 "reason": "style change" 49 "reason": "style change"
58 }, 50 },
59 { 51 {
60 "object": "LayoutSVGPath polygon", 52 "object": "LayoutSVGPath polygon",
61 "reason": "style change" 53 "reason": "style change"
(...skipping 14 matching lines...) Expand all
76 "object": "LayoutSVGPath polygon id='t3'", 68 "object": "LayoutSVGPath polygon id='t3'",
77 "reason": "style change" 69 "reason": "style change"
78 }, 70 },
79 { 71 {
80 "object": "LayoutSVGPath polygon", 72 "object": "LayoutSVGPath polygon",
81 "reason": "style change" 73 "reason": "style change"
82 } 74 }
83 ] 75 ]
84 } 76 }
85 77
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698