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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/svg/text-mask-update-expected.txt

Issue 2460983002: Use LayoutBox::paintedOutputOfObjectHasNoEffectregardlessOfSize() for SVGRoot (Closed)
Patch Set: Rebase Created 4 years, 1 month 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": "LayoutSVGInlineText #text", 10 "object": "LayoutSVGInlineText #text",
11 "rect": [10, 2, 46, 23], 11 "rect": [10, 2, 46, 23],
12 "reason": "layoutObject insertion" 12 "reason": "layoutObject insertion"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGRect rect", 15 "object": "LayoutSVGRect rect",
16 "rect": [10, 2, 46, 23], 16 "rect": [10, 2, 46, 23],
17 "reason": "style change" 17 "reason": "style change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGRoot svg",
21 "rect": [10, 2, 46, 23],
22 "reason": "bounds change"
23 },
24 {
25 "object": "LayoutSVGText text id='text1'", 20 "object": "LayoutSVGText text id='text1'",
26 "rect": [10, 2, 46, 23], 21 "rect": [10, 2, 46, 23],
27 "reason": "style change" 22 "reason": "style change"
28 }, 23 },
29 { 24 {
30 "object": "LayoutSVGInlineText #text", 25 "object": "LayoutSVGInlineText #text",
31 "rect": [10, 32, 43, 23], 26 "rect": [10, 32, 43, 23],
32 "reason": "layoutObject removal" 27 "reason": "layoutObject removal"
33 }, 28 },
34 { 29 {
35 "object": "LayoutSVGText text id='text2'", 30 "object": "LayoutSVGText text id='text2'",
36 "rect": [10, 32, 43, 23], 31 "rect": [10, 32, 43, 23],
37 "reason": "full" 32 "reason": "full"
38 }, 33 },
39 { 34 {
40 "object": "LayoutSVGRect rect", 35 "object": "LayoutSVGRect rect",
41 "rect": [10, 32, 43, 18], 36 "rect": [10, 32, 43, 18],
42 "reason": "full" 37 "reason": "full"
43 },
44 {
45 "object": "LayoutSVGRoot svg",
46 "rect": [10, 32, 43, 18],
47 "reason": "bounds change"
48 } 38 }
49 ] 39 ]
50 } 40 }
51 ], 41 ],
52 "objectPaintInvalidations": [ 42 "objectPaintInvalidations": [
53 { 43 {
54 "object": "LayoutSVGInlineText #text", 44 "object": "LayoutSVGInlineText #text",
55 "reason": "layoutObject removal" 45 "reason": "layoutObject removal"
56 }, 46 },
57 { 47 {
58 "object": "LayoutSVGRoot svg",
59 "reason": "bounds change"
60 },
61 {
62 "object": "LayoutSVGText text id='text1'", 48 "object": "LayoutSVGText text id='text1'",
63 "reason": "style change" 49 "reason": "style change"
64 }, 50 },
65 { 51 {
66 "object": "RootInlineBox", 52 "object": "RootInlineBox",
67 "reason": "style change" 53 "reason": "style change"
68 }, 54 },
69 { 55 {
70 "object": "LayoutSVGInlineText #text", 56 "object": "LayoutSVGInlineText #text",
71 "reason": "layoutObject insertion" 57 "reason": "layoutObject insertion"
(...skipping 10 matching lines...) Expand all
82 "object": "LayoutSVGRect rect", 68 "object": "LayoutSVGRect rect",
83 "reason": "style change" 69 "reason": "style change"
84 }, 70 },
85 { 71 {
86 "object": "LayoutSVGRect rect", 72 "object": "LayoutSVGRect rect",
87 "reason": "full" 73 "reason": "full"
88 } 74 }
89 ] 75 ]
90 } 76 }
91 77
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698