Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: pages/exceptions/image.tmpl

Issue 29755578: Issue 2148 - Rewrite the testpages test suite (Closed)
Patch Set: Fixed README title Created June 7, 2018, 1:58 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pages/exceptions/elemhide.tmpl ('k') | pages/exceptions/popup.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/exceptions/image.tmpl
===================================================================
--- a/pages/exceptions/image.tmpl
+++ b/pages/exceptions/image.tmpl
@@ -1,4 +1,4 @@
-title = $image Exception - ABP Test Pages
+title = $image Exception
template = testcase
{% set testcase_moreinfo = [
@@ -10,6 +10,7 @@
<section class="site-panel">
<h2>$image Exception</h2>
<p>Check that usage of the $image filter option in an exception filter 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), the image should not be blocked while the stylesheet should be.</p>
</section>
<section class="site-panel">
@@ -24,6 +25,6 @@
</div>
</div>
<h3>Filters</h3>
- ||testpages.adblockplus.org/testcasefiles/imageexception/*<br>
- @@testpages.adblockplus.org/testcasefiles/imageexception/$image
+ <pre>||testpages.adblockplus.org/testcasefiles/imageexception/*</pre>
+ <pre>@@testpages.adblockplus.org/testcasefiles/imageexception/$image</pre>
</section>
« no previous file with comments | « pages/exceptions/elemhide.tmpl ('k') | pages/exceptions/popup.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld