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

Side by Side Diff: pages/filters/blocking.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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
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">
kzar 2018/06/04 17:17:29 I wonder if we should improve the markup a bit so
rossg 2018/06/07 10:30:24 I plan to do this somewhat with the next wave of t
kzar 2018/06/07 11:43:04 Sure, if you want to do this later that's fair eno
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>
OLDNEW

Powered by Google App Engine
This is Rietveld