Add very simple loading test for non-SFI NaCl.
[chromium-blink-merge.git] / chrome / test / data / android / contextmenu / context_menu_test.html
blobe98fda605c8831c90e22dd2991de0e9128534eef
1 <html>
2 <head>
3 <meta name="viewport" content="width=device-width, initial-scale=0.5, maximum-scale=0.5" />
4 </head>
5 <body>
6 <img src="test_image.png" id="testImage" />
7 <br />
8 <img src="search_by_image.png" id="searchByImage" />
9 <br />
10 <a href="test_link.html" id="testLink">Test Link</a>
11 <br />
12 <a href="test_link.html" id="testImageLink"><img src="test_image.png"/></a>
13 <br />
14 <a href="test_link.html">
15 <script type="text/javascript">
16 function myFunction()
18 return ("Hello world!");
20 </script>
21 This <b id="copyLinkTextComplex">is pretty</b>
22 <img src="test_image.png"/>
23 extreme <br/> (newline).
24 </a>
25 <br />
26 </body>
27 </html>