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

Side by Side Diff: LayoutTests/platform/linux/virtual/slimmingpaint/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
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "repaintRects": [
9 [10, 63, 318, 377],
10 [10, 63, 318, 377],
11 [10, 63, 318, 377],
12 [10, 63, 318, 377],
13 [10, 63, 318, 377],
14 [10, 63, 318, 377],
15 [10, 63, 318, 377],
16 [10, 63, 318, 377],
17 [10, 63, 318, 377],
18 [10, 63, 318, 377],
19 [10, 63, 318, 377],
20 [10, 50, 318, 390],
21 [10, 50, 318, 390],
22 [10, 50, 318, 390],
23 [10, 50, 318, 390],
24 [10, 50, 318, 390],
25 [10, 50, 318, 390],
26 [10, 50, 318, 390],
27 [10, 50, 318, 390],
28 [10, 50, 318, 390],
29 [10, 50, 318, 390],
30 [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"
64 ]
65 }
66 ]
67 }
68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698