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

Side by Side Diff: LayoutTests/platform/mac/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, 96, 46], 9 [310, 114, 96, 46],
10 [310, 114, 96, 46], 10 [310, 114, 96, 46],
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 [0, 3, 7, 2], 44 [0, 3, 7, 2],
45 [0, 3, 7, 2], 45 [0, 3, 7, 2],
46 [0, 3, 7, 2], 46 [0, 3, 7, 2],
47 [0, 3, 7, 2], 47 [0, 3, 7, 2],
48 [0, 3, 7, 2], 48 [0, 3, 7, 2],
49 [0, 0, 406, 163], 49 [0, 0, 406, 163],
50 [0, 0, 1, 1], 50 [0, 0, 1, 1],
51 [0, 0, 1, 1], 51 [0, 0, 1, 1],
52 [0, 0, 1, 1], 52 [0, 0, 1, 1],
53 [0, 0, 1, 1] 53 [0, 0, 1, 1]
54 ],
55 "paintInvalidationClients": [
56 "LayoutSVGRoot (positioned) svg",
57 "LayoutSVGContainer g id='text1g'",
58 "LayoutSVGText text",
59 "LayoutSVGInlineText #text",
60 "LayoutSVGTSpan tspan",
61 "LayoutSVGInlineText #text",
62 "LayoutSVGInlineText #text",
63 "LayoutSVGForeignObject foreignObject",
64 "LayoutBlockFlow P",
65 "LayoutText #text",
66 "LayoutSVGViewportContainer svg",
67 "LayoutSVGText text",
68 "LayoutSVGInlineText #text",
69 "LayoutSVGContainer g id='text2g'",
70 "LayoutSVGText text",
71 "LayoutSVGText text",
72 "LayoutSVGContainer g id='text3g'",
73 "LayoutSVGText text",
74 "LayoutSVGInlineText #text",
75 "LayoutSVGTSpan tspan",
76 "LayoutSVGInlineText #text",
77 "LayoutSVGInlineText #text",
78 "LayoutSVGForeignObject foreignObject",
79 "LayoutBlockFlow P",
80 "LayoutText #text",
81 "LayoutSVGViewportContainer svg",
82 "LayoutSVGText text",
83 "LayoutSVGInlineText #text"
54 ] 84 ]
55 } 85 }
56 ] 86 ]
57 } 87 }
58 88
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698