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

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

Powered by Google App Engine
This is Rietveld 408576698