OLD | NEW |
(Empty) | |
| 1 title = Blocking - ABP Test Pages |
| 2 template = testcase |
| 3 |
| 4 {% set testcase_moreinfo = [ |
| 5 ("Filter Cheatsheet - Blocking", "https://adblockplus.org/filter-cheatsheet#bl
ocking"), |
| 6 ] %} |
| 7 |
| 8 <section class="site-panel"> |
| 9 <h2>Blocking</h2> |
| 10 <p>Check that basic blocking functionality is working as expected.</p> |
| 11 </section> |
| 12 |
| 13 <section class="site-panel"> |
| 14 <h2>Complete Address</h2> |
| 15 <div class="testcase-container"> |
| 16 <img class="testcase-contentaside" src="/testcasefiles/blocking/addresscompl
ete/image.jpg"> |
| 17 <div class="testcase-content stripes-grey">Content</div> |
| 18 </div> |
| 19 <h3>Filters</h3> |
| 20 ||testpages.adblockplus.org/testcasefiles/blocking/addresscomplete/image.jpg |
| 21 </section> |
| 22 |
| 23 <section class="site-panel"> |
| 24 <h2>Part Address</h2> |
| 25 <div class="testcase-container"> |
| 26 <img class="testcase-contentaside" src="/testcasefiles/blocking/addresspart/
abptestcasepath/image.jpg"> |
| 27 <div class="testcase-content stripes-grey">Content</div> |
| 28 </div> |
| 29 <h3>Filters</h3> |
| 30 /testcasefiles/blocking/addresspart/abptestcasepath/ |
| 31 </section> |
| 32 |
| 33 <section class="site-panel"> |
| 34 <h2>Wildcard</h2> |
| 35 <div class="testcase-container"> |
| 36 <img class="testcase-contentaside" src="/testcasefiles/blocking/wildcard/one
/image.jpg"> |
| 37 <img class="testcase-contentaside" src="/testcasefiles/blocking/wildcard/two
/image.jpg"> |
| 38 <div class="testcase-content stripes-grey">Content</div> |
| 39 </div> |
| 40 <h3>Filters</h3> |
| 41 ||testpages.adblockplus.org/testcasefiles/blocking/wildcard/*/image.jpg |
| 42 </section> |
OLD | NEW |