| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 <div class="testcase-content stripes-grey">Content</div> | 56 <div class="testcase-content stripes-grey">Content</div> |
| 57 </div> | 57 </div> |
| 58 <h3>Filters</h3> | 58 <h3>Filters</h3> |
| 59 <pre>testpages.adblockplus.org#?#div:-abp-has(> div:-abp-properties(width: 214
px))</pre> | 59 <pre>testpages.adblockplus.org#?#div:-abp-has(> div:-abp-properties(width: 214
px))</pre> |
| 60 </section> | 60 </section> |
| 61 | 61 |
| 62 | 62 |
| 63 <section class="site-panel"> | 63 <section class="site-panel"> |
| 64 <h2>Case insensative extended selectors</h2> | 64 <h2>Case insensative extended selectors</h2> |
| 65 <div class="testcase-container"> | 65 <div class="testcase-container"> |
| 66 <div class="testcase-contentaside stripes-red testcase-es-prop">Target</div> | 66 <div class="testcase-contentaside stripes-red testcase-es-case">Target</div> |
| 67 <div class="testcase-content stripes-grey">Content</div> | 67 <div class="testcase-content stripes-grey">Content</div> |
| 68 </div> | 68 </div> |
| 69 <h3>Filters</h3> | 69 <h3>Filters</h3> |
| 70 <pre>testpages.adblockplus.org#?#div:-abp-properties(WiDtH: 215px)</pre> | 70 <pre>testpages.adblockplus.org#?#div:-abp-properties(WiDtH: 215px)</pre> |
| 71 </section> | 71 </section> |
| 72 | 72 |
| 73 <section class="site-panel"> | 73 <section class="site-panel"> |
| 74 <h2>Wildcard in extended selector</h2> | 74 <h2>Wildcard in extended selector</h2> |
| 75 <div class="testcase-container"> | 75 <div class="testcase-container"> |
| 76 <div class="testcase-contentaside stripes-red testcase-es-wildcard">Target</
div> | 76 <div class="testcase-contentaside stripes-red testcase-es-wildcard">Target</
div> |
| (...skipping 19 matching lines...) Expand all Loading... |
| 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(/Target/)</pre> |
| 106 </section> | 106 </section> |
| OLD | NEW |