| Index: test/abp2blocklist.js |
| =================================================================== |
| --- a/test/abp2blocklist.js |
| +++ b/test/abp2blocklist.js |
| @@ -182,22 +182,19 @@ |
| "15$script,PING,Popup", "16$~image"], |
| [["image", "style-sheet", "script", "font", "media", "raw", "document" ], |
| ["image"], |
| ["style-sheet"], |
| ["script"], |
| ["font"], |
| ["media"], |
| ["popup"], |
| - ["media"], |
| - ["raw"], |
| ["raw"], |
| ["raw"], |
| ["document"], |
| - ["raw"], |
| ["image"], |
| ["script", "popup", "raw" ], |
| ["style-sheet", "script", "font", "media", "raw", "document"]], |
| rules => rules.map(rule => rule.trigger["resource-type"]) |
| ); |
| test.done(); |
| }, |