Index: pages/exceptions/document.tmpl |
=================================================================== |
--- a/pages/exceptions/document.tmpl |
+++ b/pages/exceptions/document.tmpl |
@@ -1,4 +1,4 @@ |
-title = $document Exception - ABP Test Pages |
+title = $document Exception |
template = testcase |
{% set testcase_moreinfo = [ |
@@ -8,6 +8,7 @@ |
<section class="site-panel"> |
<h2>$document Exception</h2> |
<p>Check that usage of the $document filter option works as expected.</p> |
+ <p>With the filter(s) displayed below each test case added to ABP (or with the testcase subscription installed and active), none of the green elements should be hidden.</p> |
</section> |
<section class="site-panel"> |
@@ -19,7 +20,7 @@ |
<div class="testcase-content stripes-grey">Content</div> |
</div> |
<h3>Filters</h3> |
- testpages.adblockplus.org##.testcase-ex-document<br> |
- ||testpages.adblockplus.org/testcasefiles/document/*<br> |
- @@testpages.adblockplus.org/en/exceptions/document^$document<br> |
+ <pre>testpages.adblockplus.org##.testcase-ex-document</pre> |
+ <pre>||testpages.adblockplus.org/testcasefiles/document/*</pre> |
+ <pre>@@testpages.adblockplus.org/en/exceptions/document^$document</pre> |
</section> |