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

Unified Diff: pages/filters/script.tmpl

Issue 29865555: Issue 6885 - Indicate the expected outcome of the test pages though CSS (Closed)
Patch Set: Created Aug. 26, 2018, 5:56 p.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
« no previous file with comments | « pages/filters/object.tmpl ('k') | pages/filters/stylesheet.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/filters/script.tmpl
===================================================================
--- a/pages/filters/script.tmpl
+++ b/pages/filters/script.tmpl
@@ -17,7 +17,7 @@
<p>The script should be blocked. The image should not be blocked.</p>
<div class="testcase-container">
<div class="testcase-row">
- <h3>Script</h3><div id="testcase-scripttarget"></div>
+ <h3>Script</h3><div id="testcase-scripttarget" class="trap">&nbsp;</div>
</div>
<div class="testcase-row">
<h3>Image</h3><img class="testcase-image" src="/testcasefiles/script/image.jpg"/>
@@ -27,4 +27,4 @@
<pre>testpages.adblockplus.org/testcasefiles/script/$script</pre>
</section>
-<script src="/testcasefiles/script/script.js"></script>
+<script src="/testcasefiles/script/script.js"></script>
« no previous file with comments | « pages/filters/object.tmpl ('k') | pages/filters/stylesheet.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld