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

Side by Side Diff: pages/testcases/img/04.md

Issue 29755578: Issue 2148 - Rewrite the testpages test suite (Closed)
Patch Set: Created April 18, 2018, 11:54 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 title = ABP Test Pages
2 template = testcase
3 testcaseid = IMG-04
4
5 An image included via the <img> tag covered by an overlay &ltdiv&gt elemen t.
6
7 <h3>Feature check</h3>
8 Should display "Block..." in context menu:
9 <table class="abp-feature-table">
10 <tr>
11 <th>IE</th>
12 <th>Firefox</th>
13 <th>Chrome</th>
14 <th>Opera</th>
15 <th>Safari</th>
16 </tr>
17 <tr>
18 <td>No</td>
19 <td>No</td>
20 <td>No</td>
21 <td>No</td>
22 <td>No</td>
23 </tr>
24 </table>
25
26 <h3>Test case</h3>
27 <div class="abp-testcase-img-04">
28 <img src="//testpages.adblockplus.org/images/test-image-01.png">
29 <div class="abp-testcase-img-04-overlay">.</div>
30 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld