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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/svg/pending-resource-after-removal-expected.txt

Issue 2778033002: Auto-rebaseline for r459688 (Closed)
Patch Set: Created 3 years, 8 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": "LayoutSVGRect rect",
11 "rect": [0, 0, 200, 200],
12 "reason": "layoutObject insertion"
13 },
14 {
15 "object": "LayoutSVGRect rect",
16 "rect": [0, 0, 200, 200],
17 "reason": "layoutObject insertion"
18 },
19 {
20 "object": "LayoutSVGRect rect",
21 "rect": [0, 0, 200, 200],
22 "reason": "layoutObject removal"
23 },
24 {
25 "object": "LayoutSVGRect rect id='shape'",
26 "rect": [0, 0, 200, 200],
27 "reason": "style change"
28 },
29 {
30 "object": "LayoutSVGRect rect id='shape'",
31 "rect": [0, 0, 200, 200],
32 "reason": "SVG resource change"
33 }
34 ]
35 }
36 ],
37 "objectPaintInvalidations": [
38 {
39 "object": "LayoutSVGResourcePattern pattern id='pat'",
40 "reason": "layoutObject insertion"
41 },
42 {
43 "object": "LayoutSVGRect rect",
44 "reason": "layoutObject insertion"
45 },
46 {
47 "object": "LayoutSVGRect rect id='shape'",
48 "reason": "style change"
49 },
50 {
51 "object": "LayoutSVGRect rect",
52 "reason": "layoutObject removal"
53 },
54 {
55 "object": "LayoutSVGResourcePattern pattern id='pat'",
56 "reason": "layoutObject removal"
57 },
58 {
59 "object": "LayoutSVGResourcePattern pattern id='pat'",
60 "reason": "layoutObject insertion"
61 },
62 {
63 "object": "LayoutSVGRect rect",
64 "reason": "layoutObject insertion"
65 },
66 {
67 "object": "LayoutSVGRect rect id='shape'",
68 "reason": "SVG resource change"
69 }
70 ]
71 }
72
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/svg/mask-child-changes-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698