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

Unified Diff: pages/filters/object.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/image.tmpl ('k') | pages/filters/script.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/filters/object.tmpl
===================================================================
--- a/pages/filters/object.tmpl
+++ b/pages/filters/object.tmpl
@@ -16,7 +16,7 @@
<p>The object should be blocked. The image should not be blocked.</p>
<div class="testcase-container">
<div class="testcase-row">
- <h3>Object</h3><object data="/testcasefiles/object/object.swf" type="application/x-shockwave-flash" style="width: 250px; height: 250px;"></object>
+ <h3>Object</h3><object data="/testcasefiles/object/object.swf" type="application/x-shockwave-flash" class="trap" style="width: 250px; height: 250px;"></object>
</div>
<div class="testcase-row">
<h3>Image</h3>
@@ -25,4 +25,4 @@
</div>
<h3>Filters</h3>
<pre>testpages.adblockplus.org/testcasefiles/object/$object</pre>
-</section>
+</section>
« no previous file with comments | « pages/filters/image.tmpl ('k') | pages/filters/script.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld