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

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

Issue 2442383002: Simplify ObjectPaintInvalidatorW/C::computePaintInvalidationReason() (Closed)
Patch Set: rebaseline-cl Created 4 years, 1 month 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/svg/inner-svg-change-viewBox-contract-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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": "full" 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], 26 "rect": [0, 0, 100, 100],
27 "reason": "layoutObject insertion" 27 "reason": "layoutObject insertion"
(...skipping 10 matching lines...) Expand all
38 { 38 {
39 "object": "LayoutSVGRect rect id='rect'", 39 "object": "LayoutSVGRect rect id='rect'",
40 "reason": "layoutObject removal" 40 "reason": "layoutObject removal"
41 }, 41 },
42 { 42 {
43 "object": "LayoutSVGRect rect id='rect'", 43 "object": "LayoutSVGRect rect id='rect'",
44 "reason": "full" 44 "reason": "full"
45 }, 45 },
46 { 46 {
47 "object": "LayoutSVGContainer use id='use'", 47 "object": "LayoutSVGContainer use id='use'",
48 "reason": "full" 48 "reason": "bounds change"
49 }, 49 },
50 { 50 {
51 "object": "LayoutSVGRect rect id='rect'", 51 "object": "LayoutSVGRect rect id='rect'",
52 "reason": "layoutObject insertion" 52 "reason": "layoutObject insertion"
53 }, 53 },
54 { 54 {
55 "object": "LayoutSVGRect rect", 55 "object": "LayoutSVGRect rect",
56 "reason": "full" 56 "reason": "full"
57 } 57 }
58 ] 58 ]
59 } 59 }
60 60
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/svg/inner-svg-change-viewBox-contract-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698