Check that element hiding emulation inversion functionality is working as expected.
Test that an element hiding emulation filter using a :not(:-abp-properties()) selector hides its target.
abptestpages.org#?#.ehei-properties:not(:-abp-properties(width: 238px))
Test that an element hiding emulation filter using a :not(:-abp-has()) selector hides its target.
abptestpages.org#?#.ehei-has:not(:-abp-has(span.ehei-has-not-hide))
Test that an element hiding emulation filter using a not(:-abp-contains()) selector hides its target.
abptestpages.org#?#.ehei-contains:not(span:-abp-contains(example-content))
Test that element hiding emulation filter using several of the extended selectors and not() selector hides its target.
abptestpages.org#?#.ehei-chained-parent:not(:-abp-has(> div:-abp-properties(width: 198px)))
Test that an element hiding emulation filter is case insensitive and still hides its target.
abptestpages.org#?#.ehei-case:not(:-abp-properties(WiDtH: 209px))
Test that an element hiding emulation filter using wildcards still not hides its target.
abptestpages.org#?#.ehei-wildcard:not(:-abp-properties(cursor:*))
Test that an element hiding emulation filter using regular expressions still hides its target.
abptestpages.org#?#.ehei-regex:not(:-abp-properties(/width: 11[1-5]px;/))
Test that an element hiding emulation filter using regular expressions still hides its target.
abptestpages.org#?#.ehei-contains-regex:not(span:-abp-contains(/example-contentregex\d/))