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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/use-setAttribute-crash-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": "LayoutBlockFlow body",
11 "rect": [8, 8, 784, 204],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutSVGEllipse svg:circle id='circle'",
16 "rect": [32, 32, 52, 52],
17 "reason": "layoutObject insertion"
18 },
19 {
20 "object": "LayoutSVGEllipse svg:circle id='circle'",
21 "rect": [52, 52, 12, 12],
22 "reason": "layoutObject removal"
23 },
24 {
25 "object": "LayoutSVGViewportContainer svg id='symbol'",
26 "rect": [53, 53, 10, 10],
27 "reason": "layoutObject removal"
28 }
29 ]
30 }
31 ],
32 "objectPaintInvalidations": [
33 {
34 "object": "LayoutSVGEllipse svg:circle id='circle'",
35 "reason": "layoutObject removal"
36 },
37 {
38 "object": "LayoutSVGViewportContainer svg id='symbol'",
39 "reason": "layoutObject removal"
40 },
41 {
42 "object": "LayoutBlockFlow body",
43 "reason": "forced by layout"
44 },
45 {
46 "object": "RootInlineBox",
47 "reason": "forced by layout"
48 },
49 {
50 "object": "LayoutSVGRoot svg:svg id='svg'",
51 "reason": "full"
52 },
53 {
54 "object": "LayoutSVGEllipse svg:circle id='circle'",
55 "reason": "subtree"
56 },
57 {
58 "object": "LayoutSVGContainer svg:use id='use'",
59 "reason": "full"
60 },
61 {
62 "object": "LayoutSVGViewportContainer svg id='symbol'",
63 "reason": "layoutObject insertion"
64 },
65 {
66 "object": "LayoutSVGEllipse svg:circle id='circle'",
67 "reason": "layoutObject insertion"
68 }
69 ]
70 }
71
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698