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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/js-late-clipPath-creation-expected.txt

Issue 2442383002: Simplify ObjectPaintInvalidatorW/C::computePaintInvalidationReason() (Closed)
Patch Set: rebaseline-cl 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, 42, 784, 170], 11 "rect": [16, 42, 784, 170],
12 "reason": "full" 12 "reason": "bounds change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGInlineText #text", 15 "object": "LayoutSVGInlineText #text",
16 "rect": [16, 42, 784, 170], 16 "rect": [16, 42, 784, 170],
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, 42, 784, 170], 21 "rect": [16, 42, 784, 170],
22 "reason": "style change" 22 "reason": "style change"
(...skipping 11 matching lines...) Expand all
34 ] 34 ]
35 } 35 }
36 ], 36 ],
37 "objectPaintInvalidations": [ 37 "objectPaintInvalidations": [
38 { 38 {
39 "object": "LayoutSVGRoot svg id='svg-root'", 39 "object": "LayoutSVGRoot svg id='svg-root'",
40 "reason": "incremental" 40 "reason": "incremental"
41 }, 41 },
42 { 42 {
43 "object": "LayoutSVGContainer g id='content'", 43 "object": "LayoutSVGContainer g id='content'",
44 "reason": "full" 44 "reason": "bounds change"
45 }, 45 },
46 { 46 {
47 "object": "LayoutSVGText text", 47 "object": "LayoutSVGText text",
48 "reason": "style change" 48 "reason": "style change"
49 }, 49 },
50 { 50 {
51 "object": "RootInlineBox", 51 "object": "RootInlineBox",
52 "reason": "style change" 52 "reason": "style change"
53 }, 53 },
54 { 54 {
55 "object": "LayoutSVGInlineText #text", 55 "object": "LayoutSVGInlineText #text",
56 "reason": "forced by layout" 56 "reason": "forced by layout"
57 }, 57 },
58 { 58 {
59 "object": "InlineTextBox 'Clipped. INVISIBLE.'", 59 "object": "InlineTextBox 'Clipped. INVISIBLE.'",
60 "reason": "forced by layout" 60 "reason": "forced by layout"
61 }, 61 },
62 { 62 {
63 "object": "LayoutSVGResourceClipper clipPath id='dynClip'", 63 "object": "LayoutSVGResourceClipper clipPath id='dynClip'",
64 "reason": "layoutObject insertion" 64 "reason": "layoutObject insertion"
65 }, 65 },
66 { 66 {
67 "object": "LayoutSVGPath path", 67 "object": "LayoutSVGPath path",
68 "reason": "layoutObject insertion" 68 "reason": "layoutObject insertion"
69 } 69 }
70 ] 70 ]
71 } 71 }
72 72
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698