To test the ability of extensions to hide elements with -abp-properties copy following filter to own filter.
    Deactivate all other filter/lists to avoid interactions.
  
adblockextreme.org##[-abp-properties='test1.gif']
adblockextreme.org##[-abp-properties='test*2.gif']
adblockextreme.org##[-abp-properties='/test(3|9)\.gif/']
adblockextreme.org##[-abp-properties='test4.gif']
adblockextreme.org##[-abp-properties='test*5.gif']
adblockextreme.org##[-abp-properties='/test(6|9)\.gif/']
adblockextreme.org##[-abp-properties='test*7.gif']
adblockextreme.org##[-abp-properties='test*8.gif']
  | Adblock Extreme | Adblock Plus | uBlock Origin | Current Result | Description | Code | 
| Chrome Version: 2017.9.15 | Chrome Version: 1.13.4 | Chrome Version: 1.14.12 | |||
| ✔ | ✔ | X | X | Should be hidden by first filter. Stylesheets are loaded from the same origin. | .current1{background:url(test1.gif)} | 
| ✔ | ✔ | X | X | Should be hidden by second filter. Stylesheets are loaded from the same origin. | .current2{background:url(test2.gif)} | 
| ✔ | ✔ | X | X | Should be hidden by third filter. Stylesheets are loaded from the same origin. | .current3{background:url(test3.gif)} | 
| ✔ | X | X | X | Should be hidden by fourth filter. Stylesheets are loaded from a different origin. | .current4{background:url(test4.gif)} | 
| ✔ | X | X | X | Should be hidden by fifth filter. Stylesheets are loaded from a different origin. | .current5{background:url(test5.gif)} | 
| ✔ | X | X | X | Should be hidden by sixth filter. Stylesheets are loaded from a different origin. | .current6{background:url(test6.gif)} | 
| ✔ | ✔ | X | X | Should be hidden by seventh filter. Stylesheets are loaded from the same origin. Stylesheets are created with javascript. | .current7{background:url(test7.gif)} | 
| ✔ | X | X | X | Should be hidden by eighth filter. Stylesheets are loaded from a different origin. Stylesheets are created with javascript. | .current8{background:url(test8.gif)} |