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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/feImage-target-attribute-change-with-use-indirection-expected.txt

Issue 2751183002: Update reason after full paint invalidation (Closed)
Patch Set: rebaseline-cl 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": "LayoutSVGRect rect", 10 "object": "LayoutSVGRect rect",
11 "rect": [0, 0, 110, 110], 11 "rect": [0, 0, 110, 110],
12 "reason": "full" 12 "reason": "full"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGContainer use id='use'", 15 "object": "LayoutSVGContainer use id='use'",
16 "rect": [0, 0, 100, 100], 16 "rect": [0, 0, 100, 100],
17 "reason": "bounds change" 17 "reason": "bounds change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGRect rect id='rect'", 20 "object": "LayoutSVGRect rect id='rect'",
21 "rect": [0, 0, 100, 100], 21 "rect": [0, 0, 100, 100],
22 "reason": "full" 22 "reason": "full"
23 }, 23 },
24 { 24 {
25 "object": "LayoutSVGRect rect id='rect'", 25 "object": "LayoutSVGRect rect id='rect'",
26 "rect": [0, 0, 100, 100],
27 "reason": "layoutObject insertion"
28 },
29 {
30 "object": "LayoutSVGRect rect id='rect'",
31 "rect": [0, 0, 1, 100], 26 "rect": [0, 0, 1, 100],
32 "reason": "layoutObject removal" 27 "reason": "layoutObject removal"
33 } 28 }
34 ] 29 ]
35 } 30 }
36 ], 31 ],
37 "objectPaintInvalidations": [ 32 "objectPaintInvalidations": [
38 { 33 {
39 "object": "LayoutSVGRect rect id='rect'", 34 "object": "LayoutSVGRect rect id='rect'",
40 "reason": "layoutObject removal" 35 "reason": "layoutObject removal"
(...skipping 10 matching lines...) Expand all
51 "object": "LayoutSVGRect rect id='rect'", 46 "object": "LayoutSVGRect rect id='rect'",
52 "reason": "layoutObject insertion" 47 "reason": "layoutObject insertion"
53 }, 48 },
54 { 49 {
55 "object": "LayoutSVGRect rect", 50 "object": "LayoutSVGRect rect",
56 "reason": "full" 51 "reason": "full"
57 } 52 }
58 ] 53 ]
59 } 54 }
60 55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698