Check that the hide-if-contains-visible-text snippet is working as expected.
Test that basic usage of the snippet works as expected.
abptestpages.org#$#hide-if-contains-visible-text Sponsored-hicvt-basic '#parent-basic > .article' '#parent-basic > .article .label'
Test that usage of the snippet with elements using the ::content CSS property works as expected.
abptestpages.org#$#hide-if-contains-visible-text Sponsored-hicvt-content '#parent-content > .article' '#parent-content > .article .label'
Test that usage of the snippet with elements with text made visible by text-shadow.
abptestpages.org#$#hide-if-contains-visible-text 'Sponsored' '.text-shadow-test' '.text-shadow-test' 'color:rgba(255,255,255,1)' '-disable-bg-color-check:true'
Test that usage of the snippet with elements that are made visible by padding.
abptestpages.org#$#hide-if-contains-visible-text 'Sponsored' '.padding-test' '.padding-test' '-ignore-padding:true'