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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/repaint/inner-svg-change-viewPort-relative-expected.txt

Issue 2217813005: Auto-rebaseline for r409965 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
(Empty)
1 {
2 "name": "Content Root Layer",
3 "bounds": [800, 600],
4 "children": [
5 {
6 "name": "LayoutView #document",
7 "bounds": [800, 600],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "paintInvalidations": [
11 {
12 "object": "LayoutSVGRect rect",
13 "rect": [0, 0, 200, 200],
14 "reason": "full"
15 },
16 {
17 "object": "LayoutSVGViewportContainer svg id='inner'",
18 "rect": [0, 0, 200, 200],
19 "reason": "full"
20 },
21 {
22 "object": "LayoutSVGInlineText #text",
23 "rect": [89, 86, 111, 18],
24 "reason": "forced by layout"
25 },
26 {
27 "object": "LayoutSVGText text",
28 "rect": [89, 86, 111, 18],
29 "reason": "full"
30 },
31 {
32 "object": "LayoutSVGInlineText #text",
33 "rect": [0, 86, 101, 18],
34 "reason": "forced by layout"
35 },
36 {
37 "object": "LayoutSVGText text",
38 "rect": [0, 86, 101, 18],
39 "reason": "full"
40 },
41 {
42 "object": "LayoutSVGRoot svg",
43 "rect": [101, 0, 99, 200],
44 "reason": "incremental"
45 },
46 {
47 "object": "LayoutSVGContainer use",
48 "rect": [180, 120, 20, 20],
49 "reason": "full"
50 },
51 {
52 "object": "LayoutSVGPath polygon id='triangle'",
53 "rect": [180, 120, 20, 20],
54 "reason": "bounds change"
55 },
56 {
57 "object": "LayoutSVGRect rect",
58 "rect": [180, 60, 20, 20],
59 "reason": "full"
60 },
61 {
62 "object": "LayoutSVGContainer use",
63 "rect": [80, 120, 20, 20],
64 "reason": "full"
65 },
66 {
67 "object": "LayoutSVGPath polygon id='triangle'",
68 "rect": [80, 120, 20, 20],
69 "reason": "bounds change"
70 },
71 {
72 "object": "LayoutSVGRect rect",
73 "rect": [80, 60, 20, 20],
74 "reason": "full"
75 }
76 ]
77 }
78 ],
79 "objectPaintInvalidations": [
80 {
81 "object": "LayoutSVGRoot svg",
82 "reason": "incremental"
83 },
84 {
85 "object": "LayoutSVGViewportContainer svg id='inner'",
86 "reason": "full"
87 },
88 {
89 "object": "LayoutSVGHiddenContainer defs",
90 "reason": "none"
91 },
92 {
93 "object": "LayoutSVGPath polygon id='triangle'",
94 "reason": "none"
95 },
96 {
97 "object": "LayoutSVGRect rect",
98 "reason": "full"
99 },
100 {
101 "object": "LayoutSVGRect rect",
102 "reason": "full"
103 },
104 {
105 "object": "LayoutSVGText text",
106 "reason": "full"
107 },
108 {
109 "object": "RootInlineBox",
110 "reason": "full"
111 },
112 {
113 "object": "LayoutSVGInlineText #text",
114 "reason": "forced by layout"
115 },
116 {
117 "object": "InlineTextBox 'right-aligned text'",
118 "reason": "forced by layout"
119 },
120 {
121 "object": "LayoutSVGContainer use",
122 "reason": "full"
123 },
124 {
125 "object": "LayoutSVGPath polygon id='triangle'",
126 "reason": "bounds change"
127 }
128 ]
129 }
130
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698