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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/js-late-clipPath-creation-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": "LayoutSVGContainer g id='content'", 10 "object": "LayoutSVGContainer g id='content'",
11 "rect": [16, 40, 784, 168], 11 "rect": [16, 40, 784, 168],
12 "reason": "bounds change" 12 "reason": "bounds change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGInlineText #text", 15 "object": "LayoutSVGInlineText #text",
16 "rect": [16, 40, 784, 168], 16 "rect": [16, 40, 784, 168],
17 "reason": "forced by layout" 17 "reason": "forced by layout"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGText text", 20 "object": "LayoutSVGText text",
21 "rect": [16, 40, 784, 168], 21 "rect": [16, 40, 784, 168],
22 "reason": "style change" 22 "reason": "style change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutSVGRoot svg id='svg-root'",
26 "rect": [334, 40, 466, 168],
27 "reason": "incremental"
28 },
29 {
30 "object": "LayoutSVGPath path", 25 "object": "LayoutSVGPath path",
31 "rect": [0, 0, 334, 500], 26 "rect": [0, 0, 334, 500],
32 "reason": "layoutObject insertion" 27 "reason": "layoutObject insertion"
33 } 28 }
34 ] 29 ]
35 } 30 }
36 ], 31 ],
37 "objectPaintInvalidations": [ 32 "objectPaintInvalidations": [
38 { 33 {
39 "object": "LayoutSVGRoot svg id='svg-root'",
40 "reason": "incremental"
41 },
42 {
43 "object": "LayoutSVGContainer g id='content'", 34 "object": "LayoutSVGContainer g id='content'",
44 "reason": "bounds change" 35 "reason": "bounds change"
45 }, 36 },
46 { 37 {
47 "object": "LayoutSVGText text", 38 "object": "LayoutSVGText text",
48 "reason": "style change" 39 "reason": "style change"
49 }, 40 },
50 { 41 {
51 "object": "RootInlineBox", 42 "object": "RootInlineBox",
52 "reason": "style change" 43 "reason": "style change"
(...skipping 10 matching lines...) Expand all
63 "object": "LayoutSVGResourceClipper clipPath id='dynClip'", 54 "object": "LayoutSVGResourceClipper clipPath id='dynClip'",
64 "reason": "layoutObject insertion" 55 "reason": "layoutObject insertion"
65 }, 56 },
66 { 57 {
67 "object": "LayoutSVGPath path", 58 "object": "LayoutSVGPath path",
68 "reason": "layoutObject insertion" 59 "reason": "layoutObject insertion"
69 } 60 }
70 ] 61 ]
71 } 62 }
72 63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698