| OLD | NEW |
| 1 title = Element Hiding Emulation / Extended Selectors | 1 title = Element Hiding Emulation / Extended Selectors |
| 2 template = testcase | 2 template = testcase |
| 3 | 3 |
| 4 {% set testcase_moreinfo = [ | 4 {% set testcase_moreinfo = [ |
| 5 ("Filter Cheatsheet - Extended Selectors", "https://adblockplus.org/filter-che
atsheet#elementhideemulation"), | 5 ("Filter Cheatsheet - Extended Selectors", "https://adblockplus.org/filter-che
atsheet#elementhideemulation"), |
| 6 ] %} | 6 ] %} |
| 7 | 7 |
| 8 <section class="site-panel"> | 8 <section class="site-panel"> |
| 9 <h2>Element Hiding Emulation / Extended Selectors </h2> | 9 <h2>Element Hiding Emulation / Extended Selectors </h2> |
| 10 <p>Check that element hiding emulation functionality is working as expected.</
p> | 10 <p>Check that element hiding emulation functionality is working as expected.</
p> |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 | 95 |
| 96 <section class="site-panel"> | 96 <section class="site-panel"> |
| 97 <h2>Regular expression in :-abp-contains()</h2> | 97 <h2>Regular expression in :-abp-contains()</h2> |
| 98 <div class="testcase-container"> | 98 <div class="testcase-container"> |
| 99 <div class="testcase-contentaside stripes-red">ESContainsRegEx1</div> | 99 <div class="testcase-contentaside stripes-red">ESContainsRegEx1</div> |
| 100 <div class="testcase-contentaside stripes-red">ESContainsRegEx2</div> | 100 <div class="testcase-contentaside stripes-red">ESContainsRegEx2</div> |
| 101 <div class="testcase-contentaside stripes-red">ESContainsRegEx3</div> | 101 <div class="testcase-contentaside stripes-red">ESContainsRegEx3</div> |
| 102 <div class="testcase-content stripes-grey">Content</div> | 102 <div class="testcase-content stripes-grey">Content</div> |
| 103 </div> | 103 </div> |
| 104 <h3>Filters</h3> | 104 <h3>Filters</h3> |
| 105 <pre>testpages.adblockplus.org#?#div > div :-abp-contains(/Target/)</pre> | 105 <pre>testpages.adblockplus.org#?#div > div:-abp-contains(/ESContainsRegEx\d/)<
/pre> |
| 106 </section> | 106 </section> |
| OLD | NEW |