2 <p>Should alert
"PASS".
</p>
3 <script src=
"/js-test-resources/js-test.js"></script>
5 if (window
.testRunner
) {
6 testRunner
.dumpAsText();
7 testRunner
.waitUntilDone();
12 var ws
= new WebSocket("ws://127.0.0.1:8880/echo");
13 ws
.onopen = function() {
16 ws
.onmessage = function(msg
) {
18 if (window
.testRunner
)
19 testRunner
.notifyDone();