| Index: tests/inbrowser_test_runner/test_runner.html
|
| ===================================================================
|
| --- tests/inbrowser_test_runner/test_runner.html (revision 4284)
|
| +++ tests/inbrowser_test_runner/test_runner.html (working copy)
|
| @@ -60,7 +60,7 @@
|
| var node = document.createElement('div');
|
| document.getElementById('scratch_space').appendChild(node);
|
| node.innerHTML = '<embed name=foo width=0 height=0 ' +
|
| - 'type="application/x-nacl-srpc" onload="'+onload_id+'()" />';
|
| + 'type="application/x-nacl" onload="'+onload_id+'()" />';
|
| var plugin = node.childNodes[0];
|
| plugin.src = url;
|
| }
|
|
|