Chromium Code Reviews| Index: chrome/test/data/extensions/native_client/test.html |
| =================================================================== |
| --- chrome/test/data/extensions/native_client/test.html (revision 97323) |
| +++ chrome/test/data/extensions/native_client/test.html (working copy) |
| @@ -39,6 +39,9 @@ |
| </head> |
| <body> |
| + <script> |
| + setListeners(document.body); |
| + </script> |
| <embed id="embedded" |
| class="naclModule" |
| type="application/x-nacl" |
| @@ -49,8 +52,5 @@ |
| type="application/pdf" |
| src="test.pdf"> |
| </embed> |
| - <script> |
| - setListeners(document.body); |
| - </script> |
| </body> |
| </html> |