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

Unified Diff: pages/exceptions/element-hiding.tmpl

Issue 29755578: Issue 2148 - Rewrite the testpages test suite (Closed)
Patch Set: Created April 18, 2018, 11:54 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pages/exceptions/element-hiding.tmpl
===================================================================
new file mode 100644
--- /dev/null
+++ b/pages/exceptions/element-hiding.tmpl
@@ -0,0 +1,19 @@
+title = Element Hiding - Exception - ABP Test Pages
+template = testcase
+testcase_title = Element Hiding - Exception
+testcase_intro = Check if element hiding exception functionality is working as expected.
+
+{% set testcase_moreinfo = [
+ ("Exception Rules", "https://adblockplus.org/filters#elemhide_exceptions"),
+] %}
+
+<section class="site-panel">
+ <h2>Test case</h2>
+ <div class="testcase-container">
+ <div class="testcase-contentaside stripes-green testcase-ehe">Target</div>
+ <div class="testcase-content stripes-grey">Content</div>
+ </div>
+ <h3>Filters</h3>
+ testpages.adblockplus.org##.testcase-ehe<br>
+ testpages.adblockplus.org#@#.testcase-ehe
+</section>

Powered by Google App Engine
This is Rietveld