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

Side by Side Diff: pages/testcases/generic/06.md

Issue 29325987: Issue 616 - Add some tests for generic hide + block (Closed)
Patch Set: Adjust for new dimensions of test + fail images Created Sept. 11, 2015, 2:14 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « pages/testcases/generic/05.md ('k') | pages/testcases/generic/index.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 title = ABP Test Pages
2 template = testcase
3 testcaseid = GENERIC-06
4
5 An image hidden with an exception-only generic hiding rule should not be whiteli sted by $generichide.
6
7 <h3>Feature check</h3>
8 Exception only generic hiding rules should be whitelisted:
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>Yes</td>
20 <td>Yes</td>
21 <td>???</td>
22 <td>???</td>
23 </tr>
24 </table>
25
26 <h3>Test case</h3>
27 <div style="background-image: url(/images/testcase-fail.png); width: 250px; heig ht: 50px;">
28 <img id="abp-testsuite-tohide-exceptiononly" src="/images/testcase-pass.png" / >
29 </div>
OLDNEW
« no previous file with comments | « pages/testcases/generic/05.md ('k') | pages/testcases/generic/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld