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

Unified Diff: pages/filters/image.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/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>

Powered by Google App Engine
This is Rietveld