summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/third_party/websockets/experiments/authentication/first_message.html
blob: 4dc511a1764f2ebd575a005797af81493daf28b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">
    <head>
        <title>First message | WebSocket Authentication</title>
        <link href="style.css" rel="stylesheet">
    </head>
    <body class="test">
        <p class="test">[??] First message</p>
        <p class="ok">[OK] First message</p>
        <p class="ko">[KO] First message</p>
        <script src="script.js"></script>
        <script src="first_message.js"></script>
    </body>
</html>