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

Unified Diff: pages/filters/blocking.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/exceptions/subdocument.tmpl ('k') | pages/filters/image.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/filters/blocking.tmpl
===================================================================
--- a/pages/filters/blocking.tmpl
+++ b/pages/filters/blocking.tmpl
@@ -14,7 +14,7 @@
<section class="site-panel">
<h2>Complete Address</h2>
<div class="testcase-container">
- <img class="testcase-contentaside" src="/testcasefiles/blocking/addresscomplete/image.jpg">
+ <img class="testcase-contentaside blocked" src="/testcasefiles/blocking/addresscomplete/image.jpg">
<div class="testcase-content stripes-grey">Content</div>
</div>
<h3>Filters</h3>
@@ -24,7 +24,7 @@
<section class="site-panel">
<h2>Part Address</h2>
<div class="testcase-container">
- <img class="testcase-contentaside" src="/testcasefiles/blocking/addresspart/abptestcasepath/image.jpg">
+ <img class="testcase-contentaside blocked" src="/testcasefiles/blocking/addresspart/abptestcasepath/image.jpg">
<div class="testcase-content stripes-grey">Content</div>
</div>
<h3>Filters</h3>
@@ -34,10 +34,10 @@
<section class="site-panel">
<h2>Wildcard</h2>
<div class="testcase-container">
- <img class="testcase-contentaside" src="/testcasefiles/blocking/wildcard/one/image.jpg">
- <img class="testcase-contentaside" src="/testcasefiles/blocking/wildcard/two/image.jpg">
+ <img class="testcase-contentaside blocked" src="/testcasefiles/blocking/wildcard/one/image.jpg">
+ <img class="testcase-contentaside blocked" src="/testcasefiles/blocking/wildcard/two/image.jpg">
<div class="testcase-content stripes-grey">Content</div>
</div>
<h3>Filters</h3>
<pre>||testpages.adblockplus.org/testcasefiles/blocking/wildcard/*/image.jpg</pre>
-</section>
+</section>
« no previous file with comments | « pages/exceptions/subdocument.tmpl ('k') | pages/filters/image.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld