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

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

Issue 2775543003: Auto-rebaseline for r459330 (Closed)
Patch Set: 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
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/svg/text-rescale-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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, 47],
37 "reason": "subtree"
38 },
39 {
40 "object": "LayoutBlockFlow P",
41 "rect": [210, 13, 100, 47],
42 "reason": "subtree"
43 },
44 {
25 "object": "LayoutSVGContainer g id='text3g'", 45 "object": "LayoutSVGContainer g id='text3g'",
26 "rect": [0, 3, 14, 4], 46 "rect": [0, 3, 14, 4],
27 "reason": "subtree" 47 "reason": "subtree"
28 }, 48 },
29 { 49 {
30 "object": "LayoutSVGContainer g id='text1g'", 50 "object": "LayoutSVGContainer g id='text1g'",
31 "rect": [0, 0, 1, 1], 51 "rect": [0, 0, 1, 1],
32 "reason": "subtree" 52 "reason": "subtree"
33 } 53 }
34 ] 54 ]
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 "object": "LayoutSVGInlineText #text", 215 "object": "LayoutSVGInlineText #text",
196 "reason": "subtree" 216 "reason": "subtree"
197 }, 217 },
198 { 218 {
199 "object": "InlineTextBox 'PASS'", 219 "object": "InlineTextBox 'PASS'",
200 "reason": "subtree" 220 "reason": "subtree"
201 } 221 }
202 ] 222 ]
203 } 223 }
204 224
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/svg/text-rescale-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698