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

Unified Diff: pages/exceptions/script.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/popup.tmpl ('k') | pages/exceptions/stylesheet.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/exceptions/script.tmpl
===================================================================
--- a/pages/exceptions/script.tmpl
+++ b/pages/exceptions/script.tmpl
@@ -1,4 +1,4 @@
-title = $script Exception - ABP Test Pages
+title = $script Exception
template = testcase
{% set testcase_moreinfo = [
@@ -8,6 +8,7 @@
<section class="site-panel">
<h2>$script Exception</h2>
<p>Check that usage of the $script 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 be blocked while the script should not be blocked.</p>
</section>
<section class="site-panel">
@@ -23,8 +24,8 @@
</div>
</div>
<h3>Filters</h3>
- ||testpages.adblockplus.org/testcasefiles/scriptexception/*<br>
- @@testpages.adblockplus.org/testcasefiles/scriptexception/$script
+ <pre>||testpages.adblockplus.org/testcasefiles/scriptexception/*</pre>
+ <pre>@@testpages.adblockplus.org/testcasefiles/scriptexception/$script</pre>
</section>
<script src="/testcasefiles/scriptexception/script.js"></script>
« no previous file with comments | « pages/exceptions/popup.tmpl ('k') | pages/exceptions/stylesheet.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld