OLD | NEW |
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <script src="/js-test-resources/js-test.js"></script> | 4 <script src="/js-test-resources/js-test.js"></script> |
5 </head> | 5 </head> |
6 <body> | 6 <body> |
7 <div id="description"></div> | 7 <div id="description"></div> |
8 <div id="console"></div> | 8 <div id="console"></div> |
9 <script type="text/javascript"> | 9 <script type="text/javascript"> |
10 description("URL that doesn't have trailing slash should not emit empty Request-
URI."); | 10 description("URL that doesn't have trailing slash should not emit empty Request-
URI."); |
(...skipping 17 matching lines...) Expand all Loading... |
28 ws.onclose = function () { | 28 ws.onclose = function () { |
29 debug("WebSocket is closed"); | 29 debug("WebSocket is closed"); |
30 shouldBeTrue("handshake_success"); | 30 shouldBeTrue("handshake_success"); |
31 shouldBe("host", '"127.0.0.1:8880"'); | 31 shouldBe("host", '"127.0.0.1:8880"'); |
32 finishJSTest(); | 32 finishJSTest(); |
33 }; | 33 }; |
34 | 34 |
35 </script> | 35 </script> |
36 </body> | 36 </body> |
37 </html> | 37 </html> |
OLD | NEW |