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: Created April 18, 2018, 11:54 a.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
===================================================================
new file mode 100644
--- /dev/null
+++ b/pages/filters/image.tmpl
@@ -0,0 +1,28 @@
+title = $image - ABP Test Pages
+template = testcase
+
+{% set testcase_moreinfo = [
+ ("Filter Options", "https://adblockplus.org/filters#options"),
+] %}
+
+<link rel="stylesheet" href="/testcasefiles/image/stylesheet.css">
+
+<section class="site-panel">
+ <h2>$image</h2>
+ <p>Check that usage of the $image filter option works as expected.</p>
+</section>
+
+<section class="site-panel">
+ <h2>Test case</h2>
+ <p>The image should be blocked. The stylesheet should not be blocked</p>
+ <div class="testcase-container">
+ <div class="testcase-row">
+ <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>
kzar 2018/04/19 13:08:20 Nit: Git warned me that you've accidentally put a
+ </div>
+ </div>
+ <h3>Filters</h3>
+ testpages.adblockplus.org/testcasefiles/image/$image
+</section>

Powered by Google App Engine
This is Rietveld