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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/outline-offset-text-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": [103, 25, 160, 114], 11 "rect": [103, 25, 160, 114],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGText text", 15 "object": "LayoutSVGText text",
16 "rect": [103, 25, 160, 114], 16 "rect": [103, 25, 160, 114],
17 "reason": "full" 17 "reason": "full"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGInlineText #text", 20 "object": "LayoutSVGInlineText #text",
21 "rect": [63, 25, 160, 114], 21 "rect": [63, 25, 160, 114],
22 "reason": "forced by layout" 22 "reason": "forced by layout"
23 }, 23 },
24 { 24 {
25 "object": "LayoutSVGText text", 25 "object": "LayoutSVGText text",
26 "rect": [63, 25, 160, 114], 26 "rect": [63, 25, 160, 114],
27 "reason": "full" 27 "reason": "full"
28 },
29 {
30 "object": "LayoutSVGRoot svg",
31 "rect": [118, 40, 130, 84],
32 "reason": "bounds change"
33 },
34 {
35 "object": "LayoutSVGRoot svg",
36 "rect": [78, 40, 130, 84],
37 "reason": "bounds change"
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", 34 "object": "LayoutSVGText text",
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": "forced by layout" 43 "reason": "forced by layout"
58 }, 44 },
59 { 45 {
60 "object": "InlineTextBox 'Foo'", 46 "object": "InlineTextBox 'Foo'",
61 "reason": "forced by layout" 47 "reason": "forced by layout"
62 } 48 }
63 ] 49 ]
64 } 50 }
65 51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698