Index: pages/filters/image.tmpl |
=================================================================== |
--- a/pages/filters/image.tmpl |
+++ b/pages/filters/image.tmpl |
@@ -1,4 +1,4 @@ |
-title = $image - ABP Test Pages |
+title = $image |
template = testcase |
{% set testcase_moreinfo = [ |
@@ -10,6 +10,7 @@ |
<section class="site-panel"> |
<h2>$image</h2> |
<p>Check that usage of the $image filter option works as expected.</p> |
+ <p>With the filter displayed below each test case added to ABP (or with the testcase subscription installed and active), the images in each test case panel should be blocked but the stylesheets should not.</p> |
</section> |
<section class="site-panel"> |
@@ -20,9 +21,9 @@ |
<h3>Image</h3><img class="testcase-image" src="/testcasefiles/image/image.jpg"/> |
</div> |
<div class="testcase-row"> |
- <h3>Stylesheet</h3><div class="testcase-teststylesheet"></div> |
+ <h3>Stylesheet</h3><div class="testcase-teststylesheet"></div> |
</div> |
</div> |
<h3>Filters</h3> |
- testpages.adblockplus.org/testcasefiles/image/$image |
+ <pre>testpages.adblockplus.org/testcasefiles/image/$image</pre> |
</section> |