Bug 449522 - Context menu for HTML5 <video> elements. r=gavin, ui-r=boriss
[wine-gecko.git] / browser / base / content / test / subtst_contextmenu.html
blob0247b528d4cb820cc9983c6de4a830bee6027c21
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <title>Subtest for browser context menu</title>
5 </head>
6 <body>
7 Browser context menu subtest.
9 <div id="test-text">Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</div>
10 <a id="test-link" href="http://mozilla.com">Click the monkey!</a>
11 <a id="test-mailto" href="mailto:codemonkey@mozilla.com">Mail the monkey!</a><br>
12 <input id="test-input"><br>
13 <img id="test-image" src="ctxmenu-image.png">
14 <canvas id="test-canvas" width="100" height="100" style="background-color: blue"></canvas>
15 <video id="test-video" width="100" height="100" style="background-color: orange"></video>
16 <iframe id="test-iframe" width="98" height="98" style="border: 1px solid black"></iframe>
18 </body>
19 </html>