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/platform/linux/paint/invalidation/svg/js-late-pattern-creation-expected.txt

Issue 2768453003: Put SVGResourceContainer subtypes into their own property trees. (Closed)
Patch Set: none Created 3 years, 8 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": "LayoutSVGText text", 10 "object": "LayoutSVGText text",
11 "rect": [33, 23, 622, 194], 11 "rect": [33, 23, 622, 194],
12 "reason": "style change" 12 "reason": "style change"
13 },
14 {
15 "object": "LayoutSVGRect rect",
16 "rect": [16, 25, 18, 25],
17 "reason": "layoutObject insertion"
18 },
19 {
20 "object": "LayoutSVGRect rect",
21 "rect": [8, 12, 17, 26],
22 "reason": "layoutObject insertion"
23 } 13 }
24 ] 14 ]
25 } 15 }
26 ], 16 ],
27 "objectPaintInvalidations": [ 17 "objectPaintInvalidations": [
28 { 18 {
29 "object": "LayoutSVGText text", 19 "object": "LayoutSVGText text",
30 "reason": "style change" 20 "reason": "style change"
31 }, 21 },
32 { 22 {
(...skipping 16 matching lines...) Expand all
49 "object": "LayoutSVGRect rect", 39 "object": "LayoutSVGRect rect",
50 "reason": "layoutObject insertion" 40 "reason": "layoutObject insertion"
51 }, 41 },
52 { 42 {
53 "object": "LayoutSVGRect rect", 43 "object": "LayoutSVGRect rect",
54 "reason": "layoutObject insertion" 44 "reason": "layoutObject insertion"
55 } 45 }
56 ] 46 ]
57 } 47 }
58 48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698