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

Side by Side Diff: pages/testcases/embed/01.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 = EMBED-01
4
5 An image in SVG format included via the <embed> tag.
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>Yes</td>
20 <td>No</td>
21 <td>No</td>
22 <td>No</td>
23 </tr>
24 </table>
25
26 <h3>Test case</h3>
27 <embed src="/images/test-image-01.svg">
OLDNEW

Powered by Google App Engine
This is Rietveld