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

Unified Diff: pages/exceptions/xmlhttprequest.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/xmlhttprequest.tmpl
===================================================================
--- a/pages/exceptions/xmlhttprequest.tmpl
+++ b/pages/exceptions/xmlhttprequest.tmpl
@@ -1,5 +1,4 @@
-title = $xmlhttprequest Exception - ABP Test Pages
-template = testcase
+title = $xmlhttprequest Exception
{% set testcase_moreinfo = [
("Filter Options", "https://adblockplus.org/filters#options"),
@@ -39,6 +38,7 @@
<section class="site-panel">
<h2>$xmlhttprequest Exception</h2>
<p>Check that usage of the $xmlhttprequest 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 XMLHTTPRequest should not be blocked while the image should be.</p>
</section>
<section class="site-panel">
@@ -53,6 +53,6 @@
</div>
</div>
<h3>Filters</h3>
- ||testpages.adblockplus.org/testcasefiles/xmlhttprequestexception/*<br>
- @@testpages.adblockplus.org/testcasefiles/xmlhttprequestexception/$xmlhttprequest
+ <pre>||testpages.adblockplus.org/testcasefiles/xmlhttprequestexception/*</pre>
+ <pre>@@testpages.adblockplus.org/testcasefiles/xmlhttprequestexception/$xmlhttprequest</pre>
</section>

Powered by Google App Engine
This is Rietveld