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

Delta Between Two Patch Sets: pages/filters/blocking.tmpl

Issue 29755578: Issue 2148 - Rewrite the testpages test suite (Closed)
Left Patch Set: Created April 18, 2018, 11:54 a.m.
Right Patch Set: Fixed README title Created June 7, 2018, 1:58 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « pages/exceptions/xmlhttprequest.tmpl ('k') | pages/filters/element-hiding.tmpl » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 title = Blocking - ABP Test Pages 1 title = Blocking
2 template = testcase 2 template = testcase
3 3
4 {% set testcase_moreinfo = [ 4 {% set testcase_moreinfo = [
5 ("Filter Cheatsheet - Blocking", "https://adblockplus.org/filter-cheatsheet#bl ocking"), 5 ("Filter Cheatsheet - Blocking", "https://adblockplus.org/filter-cheatsheet#bl ocking"),
6 ] %} 6 ] %}
7 7
8 <section class="site-panel"> 8 <section class="site-panel">
9 <h2>Blocking</h2> 9 <h2>Blocking</h2>
10 <p>Check that basic blocking functionality is working as expected.</p> 10 <p>Check that basic blocking functionality is working as expected.</p>
11 <p>With the filter displayed below each test case added to ABP (or with the te stcase subscription installed and active), the test images in each test case pan el should be blocked.</p>
11 </section> 12 </section>
12 13
13 <section class="site-panel"> 14 <section class="site-panel">
14 <h2>Complete Address</h2> 15 <h2>Complete Address</h2>
15 <div class="testcase-container"> 16 <div class="testcase-container">
16 <img class="testcase-contentaside" src="/testcasefiles/blocking/addresscompl ete/image.jpg"> 17 <img class="testcase-contentaside" src="/testcasefiles/blocking/addresscompl ete/image.jpg">
17 <div class="testcase-content stripes-grey">Content</div> 18 <div class="testcase-content stripes-grey">Content</div>
18 </div> 19 </div>
19 <h3>Filters</h3> 20 <h3>Filters</h3>
20 ||testpages.adblockplus.org/testcasefiles/blocking/addresscomplete/image.jpg 21 <pre>||testpages.adblockplus.org/testcasefiles/blocking/addresscomplete/image. jpg</pre>
21 </section> 22 </section>
22 23
23 <section class="site-panel"> 24 <section class="site-panel">
24 <h2>Part Address</h2> 25 <h2>Part Address</h2>
25 <div class="testcase-container"> 26 <div class="testcase-container">
26 <img class="testcase-contentaside" src="/testcasefiles/blocking/addresspart/ abptestcasepath/image.jpg"> 27 <img class="testcase-contentaside" src="/testcasefiles/blocking/addresspart/ abptestcasepath/image.jpg">
27 <div class="testcase-content stripes-grey">Content</div> 28 <div class="testcase-content stripes-grey">Content</div>
28 </div> 29 </div>
29 <h3>Filters</h3> 30 <h3>Filters</h3>
30 /testcasefiles/blocking/addresspart/abptestcasepath/ 31 <pre>/testcasefiles/blocking/addresspart/abptestcasepath/</pre>
31 </section> 32 </section>
32 33
33 <section class="site-panel"> 34 <section class="site-panel">
34 <h2>Wildcard</h2> 35 <h2>Wildcard</h2>
35 <div class="testcase-container"> 36 <div class="testcase-container">
36 <img class="testcase-contentaside" src="/testcasefiles/blocking/wildcard/one /image.jpg"> 37 <img class="testcase-contentaside" src="/testcasefiles/blocking/wildcard/one /image.jpg">
37 <img class="testcase-contentaside" src="/testcasefiles/blocking/wildcard/two /image.jpg"> 38 <img class="testcase-contentaside" src="/testcasefiles/blocking/wildcard/two /image.jpg">
38 <div class="testcase-content stripes-grey">Content</div> 39 <div class="testcase-content stripes-grey">Content</div>
39 </div> 40 </div>
40 <h3>Filters</h3> 41 <h3>Filters</h3>
41 ||testpages.adblockplus.org/testcasefiles/blocking/wildcard/*/image.jpg 42 <pre>||testpages.adblockplus.org/testcasefiles/blocking/wildcard/*/image.jpg</ pre>
42 </section> 43 </section>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld