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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/svg/text-viewbox-rescale-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": "LayoutSVGViewportContainer svg id='inner2'", 10 "object": "LayoutSVGViewportContainer svg id='inner2'",
(...skipping 21 matching lines...) Expand all
32 { 32 {
33 "object": "LayoutSVGText text", 33 "object": "LayoutSVGText text",
34 "reason": "full" 34 "reason": "full"
35 }, 35 },
36 { 36 {
37 "object": "RootInlineBox", 37 "object": "RootInlineBox",
38 "reason": "full" 38 "reason": "full"
39 }, 39 },
40 { 40 {
41 "object": "LayoutSVGInlineText #text", 41 "object": "LayoutSVGInlineText #text",
42 "reason": "forced by layout" 42 "reason": "geometry"
43 }, 43 },
44 { 44 {
45 "object": "InlineTextBox 'PASS '", 45 "object": "InlineTextBox 'PASS '",
46 "reason": "forced by layout" 46 "reason": "geometry"
47 }, 47 },
48 { 48 {
49 "object": "LayoutSVGTSpan tspan", 49 "object": "LayoutSVGTSpan tspan",
50 "reason": "full" 50 "reason": "full"
51 }, 51 },
52 { 52 {
53 "object": "InlineFlowBox", 53 "object": "InlineFlowBox",
54 "reason": "full" 54 "reason": "full"
55 }, 55 },
56 { 56 {
57 "object": "LayoutSVGInlineText #text", 57 "object": "LayoutSVGInlineText #text",
58 "reason": "forced by layout" 58 "reason": "geometry"
59 }, 59 },
60 { 60 {
61 "object": "InlineTextBox 'PASS'", 61 "object": "InlineTextBox 'PASS'",
62 "reason": "forced by layout" 62 "reason": "geometry"
63 }, 63 },
64 { 64 {
65 "object": "LayoutSVGInlineText #text", 65 "object": "LayoutSVGInlineText #text",
66 "reason": "bounds change" 66 "reason": "geometry"
67 }, 67 },
68 { 68 {
69 "object": "LayoutSVGViewportContainer svg id='inner2'", 69 "object": "LayoutSVGViewportContainer svg id='inner2'",
70 "reason": "full" 70 "reason": "full"
71 }, 71 },
72 { 72 {
73 "object": "LayoutSVGText text", 73 "object": "LayoutSVGText text",
74 "reason": "full" 74 "reason": "full"
75 }, 75 },
76 { 76 {
77 "object": "RootInlineBox", 77 "object": "RootInlineBox",
78 "reason": "full" 78 "reason": "full"
79 }, 79 },
80 { 80 {
81 "object": "LayoutSVGInlineText #text", 81 "object": "LayoutSVGInlineText #text",
82 "reason": "forced by layout" 82 "reason": "geometry"
83 }, 83 },
84 { 84 {
85 "object": "InlineTextBox 'PASS '", 85 "object": "InlineTextBox 'PASS '",
86 "reason": "forced by layout" 86 "reason": "geometry"
87 }, 87 },
88 { 88 {
89 "object": "LayoutSVGTSpan tspan", 89 "object": "LayoutSVGTSpan tspan",
90 "reason": "full" 90 "reason": "full"
91 }, 91 },
92 { 92 {
93 "object": "InlineFlowBox", 93 "object": "InlineFlowBox",
94 "reason": "full" 94 "reason": "full"
95 }, 95 },
96 { 96 {
97 "object": "LayoutSVGInlineText #text", 97 "object": "LayoutSVGInlineText #text",
98 "reason": "forced by layout" 98 "reason": "geometry"
99 }, 99 },
100 { 100 {
101 "object": "InlineTextBox 'PASS'", 101 "object": "InlineTextBox 'PASS'",
102 "reason": "forced by layout" 102 "reason": "geometry"
103 } 103 }
104 ] 104 ]
105 } 105 }
106 106
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698