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

Side by Side Diff: pages/filters/element-hiding-emulation.tmpl

Issue 29871622: Noissue - Fix filter for "Regular expression in :-abp-contains()" test (Closed)
Patch Set: Created Sept. 1, 2018, 7:10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld