OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <script src="../fast/js/resources/js-test-pre.js"></script> | 3 <script src="../resources/js-test.js"></script> |
4 </head> | 4 </head> |
5 <body> | 5 <body> |
6 <p id="description"></p> | 6 <p id="description"></p> |
7 <div id="console"></div> | 7 <div id="console"></div> |
8 | 8 |
9 <script> | 9 <script> |
10 var destroyStreamCalled = false; | 10 var destroyStreamCalled = false; |
11 | 11 |
12 function main() { | 12 function main() { |
13 if (!window.testRunner) { | 13 if (!window.testRunner) { |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 | 46 |
47 var plugin = document.getElementById("plugin"); | 47 var plugin = document.getElementById("plugin"); |
48 | 48 |
49 plugin.returnErrorFromNewStream = true; | 49 plugin.returnErrorFromNewStream = true; |
50 shouldBeTrue("plugin.returnErrorFromNewStream"); | 50 shouldBeTrue("plugin.returnErrorFromNewStream"); |
51 | 51 |
52 plugin.getURLNotify("data:,", null, "callback"); | 52 plugin.getURLNotify("data:,", null, "callback"); |
53 </script> | 53 </script> |
54 </html> | 54 </html> |
55 | 55 |
OLD | NEW |