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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/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, 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": "LayoutSVGText text", 10 "object": "LayoutSVGText text",
11 "rect": [33, 23, 624, 189], 11 "rect": [33, 23, 624, 189],
12 "reason": "style change" 12 "reason": "style change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGRect rect", 15 "object": "LayoutSVGRect rect",
16 "rect": [16, 25, 18, 25], 16 "rect": [10, 10, 10, 10],
17 "reason": "layoutObject insertion" 17 "reason": "layoutObject insertion"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGRect rect", 20 "object": "LayoutSVGRect rect",
21 "rect": [8, 12, 17, 26], 21 "rect": [5, 5, 10, 10],
22 "reason": "layoutObject insertion" 22 "reason": "layoutObject insertion"
23 } 23 }
24 ] 24 ]
25 } 25 }
26 ], 26 ],
27 "objectPaintInvalidations": [ 27 "objectPaintInvalidations": [
28 { 28 {
29 "object": "LayoutSVGText text", 29 "object": "LayoutSVGText text",
30 "reason": "style change" 30 "reason": "style change"
31 }, 31 },
(...skipping 17 matching lines...) Expand all
49 "object": "LayoutSVGRect rect", 49 "object": "LayoutSVGRect rect",
50 "reason": "layoutObject insertion" 50 "reason": "layoutObject insertion"
51 }, 51 },
52 { 52 {
53 "object": "LayoutSVGRect rect", 53 "object": "LayoutSVGRect rect",
54 "reason": "layoutObject insertion" 54 "reason": "layoutObject insertion"
55 } 55 }
56 ] 56 ]
57 } 57 }
58 58
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698