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

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

Issue 1193533006: Migrate svg layout tests to use slimming paint by default (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Ready to go Created 5 years, 6 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
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, 63, 318, 377], 9 [10, 63, 318, 377],
10 [10, 63, 318, 377], 10 [10, 63, 318, 377],
(...skipping 11 matching lines...) Expand all
22 [10, 50, 318, 390], 22 [10, 50, 318, 390],
23 [10, 50, 318, 390], 23 [10, 50, 318, 390],
24 [10, 50, 318, 390], 24 [10, 50, 318, 390],
25 [10, 50, 318, 390], 25 [10, 50, 318, 390],
26 [10, 50, 318, 390], 26 [10, 50, 318, 390],
27 [10, 50, 318, 390], 27 [10, 50, 318, 390],
28 [10, 50, 318, 390], 28 [10, 50, 318, 390],
29 [10, 50, 318, 390], 29 [10, 50, 318, 390],
30 [10, 50, 318, 390], 30 [10, 50, 318, 390],
31 [10, 50, 318, 390] 31 [10, 50, 318, 390]
32 ],
33 "paintInvalidationClients": [
34 "RootInlineBox",
35 "InlineFlowBox",
36 "InlineTextBox 'PA'",
37 "InlineTextBox ''",
38 "InlineFlowBox",
39 "InlineTextBox 'PASS'",
40 "InlineTextBox ''",
41 "InlineFlowBox",
42 "InlineTextBox 'PASS'",
43 "LayoutSVGRoot (positioned) svg",
44 "LayoutSVGText text",
45 "LayoutSVGTSpan tspan id='modify'",
46 "InlineFlowBox",
47 "LayoutSVGInlineText #text",
48 "InlineTextBox 'PA'",
49 "LayoutSVGInlineText #text",
50 "InlineTextBox 'SS'",
51 "LayoutSVGInlineText #text",
52 "InlineTextBox ' '",
53 "LayoutSVGTSpan tspan",
54 "InlineFlowBox",
55 "LayoutSVGInlineText #text",
56 "InlineTextBox 'PASS'",
57 "LayoutSVGInlineText #text",
58 "InlineTextBox ' '",
59 "LayoutSVGTSpan tspan",
60 "InlineFlowBox",
61 "LayoutSVGInlineText #text",
62 "InlineTextBox 'PASS'",
63 "LayoutSVGInlineText #text"
32 ] 64 ]
33 } 65 }
34 ] 66 ]
35 } 67 }
36 68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698