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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/append-text-node-to-tspan-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutSVGText text", 10 "object": "LayoutSVGText text",
11 "rect": [10, 63, 307, 377], 11 "rect": [10, 63, 307, 377],
12 "reason": "style change" 12 "reason": "style change"
13 } 13 }
14 ] 14 ]
15 } 15 }
16 ], 16 ],
17 "objectPaintInvalidations": [ 17 "objectPaintInvalidations": [
18 { 18 {
19 "object": "LayoutSVGText text", 19 "object": "LayoutSVGText text",
20 "reason": "style change" 20 "reason": "style change"
21 }, 21 },
22 { 22 {
23 "object": "RootInlineBox", 23 "object": "RootInlineBox",
24 "reason": "style change" 24 "reason": "style change"
25 }, 25 },
26 { 26 {
27 "object": "LayoutSVGTSpan tspan id='modify'", 27 "object": "LayoutSVGTSpan tspan id='modify'",
28 "reason": "forced by layout" 28 "reason": "geometry"
29 }, 29 },
30 { 30 {
31 "object": "InlineFlowBox", 31 "object": "InlineFlowBox",
32 "reason": "forced by layout" 32 "reason": "geometry"
33 }, 33 },
34 { 34 {
35 "object": "LayoutSVGInlineText #text", 35 "object": "LayoutSVGInlineText #text",
36 "reason": "forced by layout" 36 "reason": "geometry"
37 }, 37 },
38 { 38 {
39 "object": "InlineTextBox 'PA'", 39 "object": "InlineTextBox 'PA'",
40 "reason": "forced by layout" 40 "reason": "geometry"
41 }, 41 },
42 { 42 {
43 "object": "LayoutSVGInlineText #text", 43 "object": "LayoutSVGInlineText #text",
44 "reason": "layoutObject insertion" 44 "reason": "appeared"
45 }, 45 },
46 { 46 {
47 "object": "InlineTextBox 'SS'", 47 "object": "InlineTextBox 'SS'",
48 "reason": "layoutObject insertion" 48 "reason": "appeared"
49 }, 49 },
50 { 50 {
51 "object": "LayoutSVGInlineText #text", 51 "object": "LayoutSVGInlineText #text",
52 "reason": "forced by layout" 52 "reason": "geometry"
53 }, 53 },
54 { 54 {
55 "object": "InlineTextBox ' '", 55 "object": "InlineTextBox ' '",
56 "reason": "forced by layout" 56 "reason": "geometry"
57 }, 57 },
58 { 58 {
59 "object": "LayoutSVGTSpan tspan", 59 "object": "LayoutSVGTSpan tspan",
60 "reason": "forced by layout" 60 "reason": "geometry"
61 }, 61 },
62 { 62 {
63 "object": "InlineFlowBox", 63 "object": "InlineFlowBox",
64 "reason": "forced by layout" 64 "reason": "geometry"
65 }, 65 },
66 { 66 {
67 "object": "LayoutSVGInlineText #text", 67 "object": "LayoutSVGInlineText #text",
68 "reason": "forced by layout" 68 "reason": "geometry"
69 }, 69 },
70 { 70 {
71 "object": "InlineTextBox 'PASS'", 71 "object": "InlineTextBox 'PASS'",
72 "reason": "forced by layout" 72 "reason": "geometry"
73 }, 73 },
74 { 74 {
75 "object": "LayoutSVGInlineText #text", 75 "object": "LayoutSVGInlineText #text",
76 "reason": "forced by layout" 76 "reason": "geometry"
77 }, 77 },
78 { 78 {
79 "object": "InlineTextBox ' '", 79 "object": "InlineTextBox ' '",
80 "reason": "forced by layout" 80 "reason": "geometry"
81 }, 81 },
82 { 82 {
83 "object": "LayoutSVGTSpan tspan", 83 "object": "LayoutSVGTSpan tspan",
84 "reason": "forced by layout" 84 "reason": "geometry"
85 }, 85 },
86 { 86 {
87 "object": "InlineFlowBox", 87 "object": "InlineFlowBox",
88 "reason": "forced by layout" 88 "reason": "geometry"
89 }, 89 },
90 { 90 {
91 "object": "LayoutSVGInlineText #text", 91 "object": "LayoutSVGInlineText #text",
92 "reason": "forced by layout" 92 "reason": "geometry"
93 }, 93 },
94 { 94 {
95 "object": "InlineTextBox 'PASS'", 95 "object": "InlineTextBox 'PASS'",
96 "reason": "forced by layout" 96 "reason": "geometry"
97 } 97 }
98 ] 98 ]
99 } 99 }
100 100
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698