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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/text-rescale-expected.txt

Issue 2778873002: Reland "Let SVGForeignObject's local SVG coordinates mean what it should" (Closed)
Patch Set: Fix 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": "LayoutSVGContainer g id='text2g'", 10 "object": "LayoutSVGContainer g id='text2g'",
11 "rect": [0, 63, 402, 100], 11 "rect": [0, 63, 402, 100],
12 "reason": "full" 12 "reason": "full"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGContainer g id='text1g'", 15 "object": "LayoutSVGContainer g id='text1g'",
16 "rect": [0, 13, 402, 100], 16 "rect": [0, 13, 402, 100],
17 "reason": "subtree" 17 "reason": "subtree"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGContainer g id='text3g'", 20 "object": "LayoutSVGContainer g id='text3g'",
21 "rect": [0, 113, 402, 87], 21 "rect": [0, 113, 402, 87],
22 "reason": "subtree" 22 "reason": "subtree"
23 }, 23 },
24 { 24 {
25 "object": "LayoutSVGForeignObject foreignObject",
26 "rect": [0, 0, 100, 100],
27 "reason": "subtree"
28 },
29 {
30 "object": "LayoutSVGForeignObject foreignObject",
31 "rect": [0, 0, 100, 100],
32 "reason": "subtree"
33 },
34 {
35 "object": "LayoutBlockFlow P",
36 "rect": [210, 113, 100, 48],
37 "reason": "subtree"
38 },
39 {
40 "object": "LayoutBlockFlow P",
41 "rect": [210, 13, 100, 48],
42 "reason": "subtree"
43 },
44 {
45 "object": "LayoutSVGContainer g id='text3g'", 25 "object": "LayoutSVGContainer g id='text3g'",
46 "rect": [0, 3, 14, 4], 26 "rect": [0, 3, 14, 4],
47 "reason": "subtree" 27 "reason": "subtree"
48 }, 28 },
49 { 29 {
50 "object": "LayoutSVGContainer g id='text1g'", 30 "object": "LayoutSVGContainer g id='text1g'",
51 "rect": [0, 0, 1, 1], 31 "rect": [0, 0, 1, 1],
52 "reason": "subtree" 32 "reason": "subtree"
53 } 33 }
54 ] 34 ]
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 "object": "LayoutSVGInlineText #text", 195 "object": "LayoutSVGInlineText #text",
216 "reason": "subtree" 196 "reason": "subtree"
217 }, 197 },
218 { 198 {
219 "object": "InlineTextBox 'PASS'", 199 "object": "InlineTextBox 'PASS'",
220 "reason": "subtree" 200 "reason": "subtree"
221 } 201 }
222 ] 202 ]
223 } 203 }
224 204
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698