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

Side by Side Diff: LayoutTests/platform/win-xp/virtual/slimmingpaint/svg/text/append-text-node-to-tspan-expected.txt

Issue 1022673013: Auto-rebaseline for r192549 (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, 62, 319, 378], 9 [10, 62, 319, 378],
10 [10, 62, 319, 378], 10 [10, 62, 319, 378],
(...skipping 13 matching lines...) Expand all
24 [10, 50, 319, 390], 24 [10, 50, 319, 390],
25 [10, 50, 319, 390], 25 [10, 50, 319, 390],
26 [10, 50, 319, 390], 26 [10, 50, 319, 390],
27 [10, 50, 319, 390], 27 [10, 50, 319, 390],
28 [10, 50, 319, 390], 28 [10, 50, 319, 390],
29 [10, 50, 319, 390], 29 [10, 50, 319, 390],
30 [10, 50, 319, 390], 30 [10, 50, 319, 390],
31 [10, 50, 319, 390] 31 [10, 50, 319, 390]
32 ], 32 ],
33 "paintInvalidationClients": [ 33 "paintInvalidationClients": [
34 "RootInlineBox",
35 "InlineFlowBox",
36 "InlineTextBox 'PA'",
37 "InlineTextBox ''",
38 "InlineFlowBox",
39 "InlineTextBox 'PASS'",
40 "InlineTextBox ''",
41 "InlineFlowBox",
42 "InlineTextBox 'PASS'",
34 "LayoutSVGRoot (positioned) svg", 43 "LayoutSVGRoot (positioned) svg",
35 "LayoutSVGText text", 44 "LayoutSVGText text",
36 "LayoutSVGTSpan tspan id='modify'", 45 "LayoutSVGTSpan tspan id='modify'",
46 "InlineFlowBox",
37 "LayoutSVGInlineText #text", 47 "LayoutSVGInlineText #text",
48 "InlineTextBox 'PA'",
38 "LayoutSVGInlineText #text", 49 "LayoutSVGInlineText #text",
50 "InlineTextBox 'SS'",
39 "LayoutSVGInlineText #text", 51 "LayoutSVGInlineText #text",
52 "InlineTextBox ' '",
40 "LayoutSVGTSpan tspan", 53 "LayoutSVGTSpan tspan",
54 "InlineFlowBox",
41 "LayoutSVGInlineText #text", 55 "LayoutSVGInlineText #text",
56 "InlineTextBox 'PASS'",
42 "LayoutSVGInlineText #text", 57 "LayoutSVGInlineText #text",
58 "InlineTextBox ' '",
43 "LayoutSVGTSpan tspan", 59 "LayoutSVGTSpan tspan",
60 "InlineFlowBox",
44 "LayoutSVGInlineText #text", 61 "LayoutSVGInlineText #text",
62 "InlineTextBox 'PASS'",
45 "LayoutSVGInlineText #text" 63 "LayoutSVGInlineText #text"
46 ] 64 ]
47 } 65 }
48 ] 66 ]
49 } 67 }
50 68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698