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

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

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 months 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
(Empty)
1 {
2 "layers": [
3 {
4 "name": "LayoutView #document",
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutSVGContainer g id='content'",
11 "rect": [16, 42, 784, 170],
12 "reason": "bounds change"
13 },
14 {
15 "object": "LayoutSVGContainer g id='content'",
16 "rect": [16, 42, 784, 170],
17 "reason": "became visible"
18 },
19 {
20 "object": "LayoutSVGInlineText #text",
21 "rect": [16, 42, 784, 170],
22 "reason": "forced by layout"
23 },
24 {
25 "object": "LayoutSVGInlineText #text",
26 "rect": [16, 42, 784, 170],
27 "reason": "layoutObject insertion"
28 },
29 {
30 "object": "LayoutSVGText text",
31 "rect": [16, 42, 784, 170],
32 "reason": "style change"
33 },
34 {
35 "object": "LayoutSVGText text",
36 "rect": [16, 42, 784, 170],
37 "reason": "layoutObject insertion"
38 },
39 {
40 "object": "LayoutSVGPath path",
41 "rect": [0, 0, 334, 500],
42 "reason": "layoutObject insertion"
43 }
44 ]
45 }
46 ],
47 "objectPaintInvalidations": [
48 {
49 "object": "LayoutSVGContainer g id='content'",
50 "reason": "became visible"
51 },
52 {
53 "object": "LayoutSVGText text",
54 "reason": "layoutObject insertion"
55 },
56 {
57 "object": "RootInlineBox",
58 "reason": "layoutObject insertion"
59 },
60 {
61 "object": "LayoutSVGInlineText #text",
62 "reason": "layoutObject insertion"
63 },
64 {
65 "object": "InlineTextBox 'Clipped. INVISIBLE.'",
66 "reason": "layoutObject insertion"
67 },
68 {
69 "object": "LayoutSVGContainer g id='content'",
70 "reason": "bounds change"
71 },
72 {
73 "object": "LayoutSVGText text",
74 "reason": "style change"
75 },
76 {
77 "object": "RootInlineBox",
78 "reason": "style change"
79 },
80 {
81 "object": "LayoutSVGInlineText #text",
82 "reason": "forced by layout"
83 },
84 {
85 "object": "InlineTextBox 'Clipped. INVISIBLE.'",
86 "reason": "forced by layout"
87 },
88 {
89 "object": "LayoutSVGResourceClipper clipPath id='dynClip'",
90 "reason": "layoutObject insertion"
91 },
92 {
93 "object": "LayoutSVGPath path",
94 "reason": "layoutObject insertion"
95 }
96 ]
97 }
98
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698