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

Unified Diff: pages/circumvention/inline-style-important.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/circumvention/inline-style-important.tmpl
===================================================================
new file mode 100644
--- /dev/null
+++ b/pages/circumvention/inline-style-important.tmpl
@@ -0,0 +1,14 @@
+title = Inline Style !important - Circumvention - ABP Test Pages
+template = testcase
+
+<section class="site-panel">
+
+ <h2>Test case</h2>
+ <div class="testcase-container">
+ <div class="testcase-contentaside stripes-red testcase-circ-is">Target without inline-style</div>
+ <div class="testcase-contentaside stripes-red testcase-circ-is" style="display: block !important;">Target with inline-style</div>
+ <div class="testcase-content stripes-grey">Content</div>
+ </div>
+ <h3>Related links</h3>
+ <p><a href="https://issues.adblockplus.org/ticket/242">Issue #242</a></p>
+</section>

Powered by Google App Engine
This is Rietveld