Check that element hiding emulation functionality is working as expected.
Test that an element hiding emulation filter using a :-abp-properties() selector hides its target.
abptestpages.org#?#div:-abp-properties(width: 213px)
Test that an element hiding emulation filter using a :-abp-has() selector hides its target.
abptestpages.org#?#div:-abp-has(>div>span.ehe-abp-has)
Test that an element hiding emulation filter using a :has() selector hides its target.
abptestpages.org#?#div:has(>div>span.ehe-has)
Test that an element hiding emulation filter using a :-abp-contains() selector hides its target.
abptestpages.org#?#span:-abp-contains(ehe-contains-target)
Test that an element hiding emulation filter using a :xpath() selector hides its target.
abptestpages.org#?#span:xpath(//*[@id="basic-xpath-usage-fail"])
Test that an element hiding emulation filter using a :-has-text() selector hides its target.
abptestpages.org#?#span:has-text(ehe-has-text)
Test that element hiding emulation filter using several of the extended selectors hides its target.
abptestpages.org#?#div:-abp-has(> div:-abp-properties(width: 214px))
Test that an element hiding emulation filter is case insensitive and still hides its target.
abptestpages.org#?#div:-abp-properties(WiDtH: 215px)
Test that an element hiding emulation filter using wildcards still hides its target.
abptestpages.org#?#.ehe-wildcard:-abp-properties(cursor:*)
Test that an element hiding emulation filter using regular expressions still hides its target.
abptestpages.org#?#div:-abp-properties(/width: 12[1-5]px;/)
Test that an element hiding emulation filter using regular expressions still hides its target.
abptestpages.org#?#div > div:-abp-contains(/ehe-containsregex\d/)