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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/modify-inserted-listitem-expected.txt

Issue 2478233002: Make 'transform' a presentation attribute on SVG elements (Closed)
Patch Set: Rebase Created 4 years 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 id='move'", 10 "object": "LayoutSVGRect rect id='move'",
11 "rect": [28, 38, 10, 10], 11 "rect": [28, 38, 10, 10],
12 "reason": "full" 12 "reason": "subtree"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGRect rect id='move'", 15 "object": "LayoutSVGRect rect id='move'",
16 "rect": [18, 18, 10, 10], 16 "rect": [18, 18, 10, 10],
17 "reason": "full" 17 "reason": "subtree"
18 } 18 }
19 ] 19 ]
20 } 20 }
21 ], 21 ],
22 "objectPaintInvalidations": [ 22 "objectPaintInvalidations": [
23 { 23 {
24 "object": "LayoutSVGRect rect id='move'", 24 "object": "LayoutSVGRect rect id='move'",
25 "reason": "full" 25 "reason": "subtree"
26 } 26 }
27 ] 27 ]
28 } 28 }
29 29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698