4 <title>Subtest for browser context menu
</title>
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>