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

Side by Side Diff: LayoutTests/platform/win-xp/virtual/slimmingpaint/svg/text/text-rescale-expected.txt

Issue 984813004: Auto-rebaseline for r191480 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [310, 114, 95, 46], 9 [310, 114, 95, 46],
10 [310, 114, 95, 46], 10 [310, 114, 95, 46],
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 [0, 0, 80, 5], 52 [0, 0, 80, 5],
53 [0, 0, 80, 5], 53 [0, 0, 80, 5],
54 [0, 0, 80, 5], 54 [0, 0, 80, 5],
55 [0, 0, 80, 5], 55 [0, 0, 80, 5],
56 [0, 0, 39, 5], 56 [0, 0, 39, 5],
57 [0, 0, 39, 5], 57 [0, 0, 39, 5],
58 [0, 0, 39, 5], 58 [0, 0, 39, 5],
59 [0, 0, 1, 1], 59 [0, 0, 1, 1],
60 [0, 0, 1, 1], 60 [0, 0, 1, 1],
61 [0, 0, 1, 1] 61 [0, 0, 1, 1]
62 ],
63 "paintInvalidationClients": [
64 "LayoutSVGRoot (positioned) svg",
65 "LayoutSVGContainer g id='text1g'",
66 "LayoutSVGText text",
67 "LayoutSVGInlineText #text",
68 "LayoutSVGTSpan tspan",
69 "LayoutSVGInlineText #text",
70 "LayoutSVGInlineText #text",
71 "LayoutSVGForeignObject foreignObject",
72 "LayoutBlockFlow P",
73 "LayoutText #text",
74 "LayoutSVGViewportContainer svg",
75 "LayoutSVGText text",
76 "LayoutSVGInlineText #text",
77 "LayoutSVGContainer g id='text2g'",
78 "LayoutSVGText text",
79 "LayoutSVGText text",
80 "LayoutSVGContainer g id='text3g'",
81 "LayoutSVGText text",
82 "LayoutSVGInlineText #text",
83 "LayoutSVGTSpan tspan",
84 "LayoutSVGInlineText #text",
85 "LayoutSVGInlineText #text",
86 "LayoutSVGForeignObject foreignObject",
87 "LayoutBlockFlow P",
88 "LayoutText #text",
89 "LayoutSVGViewportContainer svg",
90 "LayoutSVGText text",
91 "LayoutSVGInlineText #text"
62 ] 92 ]
63 } 93 }
64 ] 94 ]
65 } 95 }
66 96
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698