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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/relative-sized-use-without-attributes-on-symbol-expected.txt

Issue 2396203002: Auto-rebaseline for r423638 (Closed)
Patch Set: Created 4 years, 2 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 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
(...skipping 16 matching lines...) Expand all
27 "object": "LayoutSVGRoot svg", 27 "object": "LayoutSVGRoot svg",
28 "rect": [27, 67, 364, 364], 28 "rect": [27, 67, 364, 364],
29 "reason": "forced by layout" 29 "reason": "forced by layout"
30 }, 30 },
31 { 31 {
32 "object": "LayoutSVGViewportContainer svg id='gamesBorder'", 32 "object": "LayoutSVGViewportContainer svg id='gamesBorder'",
33 "rect": [27, 67, 364, 364], 33 "rect": [27, 67, 364, 364],
34 "reason": "bounds change" 34 "reason": "bounds change"
35 }, 35 },
36 { 36 {
37 "object": "LayoutSVGPath path",
38 "rect": [16, 57, 136, 137],
39 "reason": "full"
40 },
41 {
37 "object": "LayoutSVGContainer use", 42 "object": "LayoutSVGContainer use",
38 "rect": [13, 205, 92, 91], 43 "rect": [13, 205, 92, 91],
39 "reason": "bounds change" 44 "reason": "bounds change"
40 }, 45 },
41 { 46 {
42 "object": "LayoutSVGPath path", 47 "object": "LayoutSVGPath path",
43 "rect": [13, 205, 92, 91], 48 "rect": [13, 205, 92, 91],
44 "reason": "bounds change" 49 "reason": "bounds change"
45 }, 50 },
46 { 51 {
(...skipping 16 matching lines...) Expand all
63 }, 68 },
64 { 69 {
65 "object": "RootInlineBox", 70 "object": "RootInlineBox",
66 "reason": "forced by layout" 71 "reason": "forced by layout"
67 }, 72 },
68 { 73 {
69 "object": "LayoutSVGRoot svg", 74 "object": "LayoutSVGRoot svg",
70 "reason": "forced by layout" 75 "reason": "forced by layout"
71 }, 76 },
72 { 77 {
78 "object": "LayoutSVGHiddenContainer defs",
79 "reason": "location change"
80 },
81 {
82 "object": "LayoutSVGHiddenContainer symbol id='gamesBorder'",
83 "reason": "location change"
84 },
85 {
86 "object": "LayoutSVGPath path",
87 "reason": "full"
88 },
89 {
73 "object": "LayoutSVGContainer use", 90 "object": "LayoutSVGContainer use",
74 "reason": "bounds change" 91 "reason": "bounds change"
75 }, 92 },
76 { 93 {
77 "object": "LayoutSVGViewportContainer svg id='gamesBorder'", 94 "object": "LayoutSVGViewportContainer svg id='gamesBorder'",
78 "reason": "bounds change" 95 "reason": "bounds change"
79 }, 96 },
80 { 97 {
81 "object": "LayoutSVGPath path", 98 "object": "LayoutSVGPath path",
82 "reason": "bounds change" 99 "reason": "bounds change"
83 } 100 }
84 ] 101 ]
85 } 102 }
86 103
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698