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: Addressed Dave's feedback Created June 4, 2018, 1:21 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
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>

Powered by Google App Engine
This is Rietveld