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

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

Powered by Google App Engine
This is Rietveld