OLD | NEW |
1 <section class="site-panel"> | 1 <section class="site-panel"> |
2 <h2>Testpages Filter Subscription</h2> | 2 <h2>Testpages Filter Subscription</h2> |
3 <p>This subscription includes all of the filters required to verify the follow
ing test cases.</p> | 3 <p>This subscription includes all of the filters required to verify the follow
ing test cases.</p> |
4 <p>You can add this subscription and then click through to each test case page
and check that the page state matches the test case description. Alternatively
you could add a test cases filter(s) manually in order to check it in isolation.
</p> | 4 <p>You can add this subscription and then click through to each test case page
and check that the page state matches the test case description. Alternatively
you could add a test cases filter(s) manually in order to check it in isolation.
</p> |
5 <a class="site-button" href="/abp-testcase-subscription.txt" target="_blank">V
iew</a> | 5 <a class="site-button" href="/en/abp-testcase-subscription.txt" target="_blank
">View</a> |
6 <a id="subscribe-button" class="site-button" href="abp:subscribe?location=http
%3A%2F%2Ftestpages.adblockplus.org%2Fabp-testcase-subscription.txt&title=ABP
%20Testcase%20Subscription">Subscribe</a> | 6 <a id="subscribe-button" class="site-button" href="abp:subscribe?location={{ (
site_url + "/en/abp-testcase-subscription.txt").replace(":", "%3A").replace("/",
"%2F") }}&title=ABP%20Testcase%20Subscription">Subscribe</a> |
7 </section> | 7 </section> |
8 | 8 |
9 <section class="site-panel"> | 9 <section class="site-panel"> |
10 <h2>Filter test cases</h2> | 10 <h2>Filter test cases</h2> |
11 <h3>Blocking and hiding filters</h3> | 11 <h3>Blocking and hiding filters</h3> |
12 <ul class="site-pagelist"> | 12 <ul class="site-pagelist"> |
13 <li> | 13 <li> |
14 <a href="filters/blocking"> | 14 <a href="filters/blocking"> |
15 <h3>Blocking</h3> | 15 <h3>Blocking</h3> |
16 </a> | 16 </a> |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
141 <a href="circumvention/inline-style-important"> | 141 <a href="circumvention/inline-style-important"> |
142 <h3>Inline style !important</h3> | 142 <h3>Inline style !important</h3> |
143 </a> | 143 </a> |
144 </li> | 144 </li> |
145 <li> | 145 <li> |
146 <a href="circumvention/anoniframe-documentwrite"> | 146 <a href="circumvention/anoniframe-documentwrite"> |
147 <h3>Anonymous iframe document.write()</h3> | 147 <h3>Anonymous iframe document.write()</h3> |
148 </a> | 148 </a> |
149 </li> | 149 </li> |
150 </ul> | 150 </ul> |
151 </section> | 151 </section> |
OLD | NEW |