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

Unified Diff: pages/filters/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/filters/popup.tmpl ('k') | pages/filters/stylesheet.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/filters/script.tmpl
===================================================================
--- a/pages/filters/script.tmpl
+++ b/pages/filters/script.tmpl
@@ -1,4 +1,4 @@
-title = $script - ABP Test Pages
+title = $script
template = testcase
{% set testcase_moreinfo = [
@@ -9,6 +9,7 @@
<section class="site-panel">
<h2>$script</h2>
<p>Check that usage of the $script 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 scripts in each test case panel should be blocked but the images should not.</p>
</section>
<section class="site-panel">
@@ -19,11 +20,11 @@
<h3>Script</h3><div id="testcase-scripttarget"></div>
</div>
<div class="testcase-row">
- <h3>Image</h3><img class="testcase-image" src="/testcasefiles/script/image.jpg"/>
+ <h3>Image</h3><img class="testcase-image" src="/testcasefiles/script/image.jpg"/>
</div>
</div>
<h3>Filters</h3>
- testpages.adblockplus.org/testcasefiles/script/$script
+ <pre>testpages.adblockplus.org/testcasefiles/script/$script</pre>
</section>
<script src="/testcasefiles/script/script.js"></script>
« no previous file with comments | « pages/filters/popup.tmpl ('k') | pages/filters/stylesheet.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld