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

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

Issue 2707063003: Don't invalidate rect if it's covered by fully invalidated parent's visual rect (Closed)
Patch Set: - Created 3 years, 10 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 19 matching lines...) Expand all
30 "object": "LayoutSVGPath polygon", 30 "object": "LayoutSVGPath polygon",
31 "rect": [47, 165, 133, 134], 31 "rect": [47, 165, 133, 134],
32 "reason": "style change" 32 "reason": "style change"
33 }, 33 },
34 { 34 {
35 "object": "LayoutSVGContainer use id='t1'", 35 "object": "LayoutSVGContainer use id='t1'",
36 "rect": [47, 166, 133, 132], 36 "rect": [47, 166, 133, 132],
37 "reason": "style change" 37 "reason": "style change"
38 }, 38 },
39 { 39 {
40 "object": "LayoutSVGViewportContainer svg id='poly'",
41 "rect": [47, 166, 133, 132],
42 "reason": "style change"
43 },
44 {
45 "object": "LayoutSVGContainer use id='t2'", 40 "object": "LayoutSVGContainer use id='t2'",
46 "rect": [184, 166, 132, 132], 41 "rect": [184, 166, 132, 132],
47 "reason": "style change" 42 "reason": "style change"
48 }, 43 },
49 { 44 {
50 "object": "LayoutSVGViewportContainer svg id='poly'",
51 "rect": [184, 166, 132, 132],
52 "reason": "style change"
53 },
54 {
55 "object": "LayoutSVGEllipse circle id='t4'", 45 "object": "LayoutSVGEllipse circle id='t4'",
56 "rect": [46, 28, 7, 7], 46 "rect": [46, 28, 7, 7],
57 "reason": "style change" 47 "reason": "style change"
58 } 48 }
59 ] 49 ]
60 } 50 }
61 ], 51 ],
62 "objectPaintInvalidations": [ 52 "objectPaintInvalidations": [
63 { 53 {
64 "object": "LayoutSVGEllipse circle id='t4'", 54 "object": "LayoutSVGEllipse circle id='t4'",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 "object": "LayoutSVGPath polygon id='t3'", 86 "object": "LayoutSVGPath polygon id='t3'",
97 "reason": "style change" 87 "reason": "style change"
98 }, 88 },
99 { 89 {
100 "object": "LayoutSVGPath polygon", 90 "object": "LayoutSVGPath polygon",
101 "reason": "style change" 91 "reason": "style change"
102 } 92 }
103 ] 93 ]
104 } 94 }
105 95
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698