Check that the hide-if-svg-contains snippet is working as expected.
Test that basic usage of the snippet works as expected.
abptestpages.org#$#hide-if-svg-contains /basic/ 'div[shouldhide]' 'div[shouldcheck]'
Test that default invisibility style checks can be overriden.
abptestpages.org#$#hide-if-svg-contains /style/ 'div[shouldhide]' 'div[shouldcheck]' 'fill:black'
Test usage of the snippet with text moved out of view(should be hidden when 'contained-check' is disabled)
abptestpages.org#$#hide-if-svg-contains /contained/ 'div[shouldhide]' 'div[shouldcheck]' '-disable-contained-check:true'
Test usage of the snippet with text moved out of view(should be hidden when 'position-threshold' is increased)
abptestpages.org#$#hide-if-svg-contains /threshold/ 'div[shouldhide]' 'div[shouldcheck]' '-position-threshold:700'