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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/text-repaint-including-stroke-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": [80, 0, 550, 117], 11 "rect": [80, 0, 550, 117],
12 "reason": "style change" 12 "reason": "style change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGRoot svg",
16 "rect": [80, 0, 550, 117],
17 "reason": "bounds change"
18 },
19 {
20 "object": "LayoutSVGText text id='bounce'", 15 "object": "LayoutSVGText text id='bounce'",
21 "rect": [80, 0, 550, 117], 16 "rect": [80, 0, 550, 117],
22 "reason": "full" 17 "reason": "full"
23 }, 18 },
24 { 19 {
25 "object": "LayoutSVGInlineText #text", 20 "object": "LayoutSVGInlineText #text",
26 "rect": [30, 0, 403, 59], 21 "rect": [30, 0, 403, 59],
27 "reason": "style change" 22 "reason": "style change"
28 }, 23 },
29 { 24 {
30 "object": "LayoutSVGRoot svg",
31 "rect": [30, 0, 403, 59],
32 "reason": "bounds change"
33 },
34 {
35 "object": "LayoutSVGText text id='bounce'", 25 "object": "LayoutSVGText text id='bounce'",
36 "rect": [30, 0, 403, 59], 26 "rect": [30, 0, 403, 59],
37 "reason": "full" 27 "reason": "full"
38 } 28 }
39 ] 29 ]
40 } 30 }
41 ], 31 ],
42 "objectPaintInvalidations": [ 32 "objectPaintInvalidations": [
43 { 33 {
44 "object": "LayoutSVGRoot svg",
45 "reason": "bounds change"
46 },
47 {
48 "object": "LayoutSVGText text id='bounce'", 34 "object": "LayoutSVGText text id='bounce'",
49 "reason": "full" 35 "reason": "full"
50 }, 36 },
51 { 37 {
52 "object": "RootInlineBox", 38 "object": "RootInlineBox",
53 "reason": "full" 39 "reason": "full"
54 }, 40 },
55 { 41 {
56 "object": "LayoutSVGInlineText #text", 42 "object": "LayoutSVGInlineText #text",
57 "reason": "style change" 43 "reason": "style change"
58 }, 44 },
59 { 45 {
60 "object": "InlineTextBox 'Repaint me!'", 46 "object": "InlineTextBox 'Repaint me!'",
61 "reason": "style change" 47 "reason": "style change"
62 } 48 }
63 ] 49 ]
64 } 50 }
65 51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698