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

Side by Side Diff: LayoutTests/platform/mac/virtual/slimmingpaint/svg/text/append-text-node-to-tspan-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 [10, 61, 317, 379], 9 [10, 61, 317, 379],
10 [10, 61, 317, 379], 10 [10, 61, 317, 379],
(...skipping 11 matching lines...) Expand all
22 [10, 60, 317, 380], 22 [10, 60, 317, 380],
23 [10, 60, 317, 380], 23 [10, 60, 317, 380],
24 [10, 60, 317, 380], 24 [10, 60, 317, 380],
25 [10, 60, 317, 380], 25 [10, 60, 317, 380],
26 [10, 60, 317, 380], 26 [10, 60, 317, 380],
27 [10, 60, 317, 380], 27 [10, 60, 317, 380],
28 [10, 60, 317, 380], 28 [10, 60, 317, 380],
29 [10, 60, 317, 380], 29 [10, 60, 317, 380],
30 [10, 60, 317, 380], 30 [10, 60, 317, 380],
31 [10, 60, 317, 380] 31 [10, 60, 317, 380]
32 ],
33 "paintInvalidationClients": [
34 "LayoutSVGRoot (positioned) svg",
35 "LayoutSVGText text",
36 "LayoutSVGTSpan tspan id='modify'",
37 "LayoutSVGInlineText #text",
38 "LayoutSVGInlineText #text",
39 "LayoutSVGInlineText #text",
40 "LayoutSVGTSpan tspan",
41 "LayoutSVGInlineText #text",
42 "LayoutSVGInlineText #text",
43 "LayoutSVGTSpan tspan",
44 "LayoutSVGInlineText #text",
45 "LayoutSVGInlineText #text"
32 ] 46 ]
33 } 47 }
34 ] 48 ]
35 } 49 }
36 50
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698