summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/third_party/websockets/experiments/authentication/test.html
blob: 3883d6a39e67c2ebd3c7cc9d65abf55d8a516fb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">
    <head>
        <title>WebSocket Authentication</title>
        <link href="style.css" rel="stylesheet">
    </head>
    <body data-token="TOKEN">
        <div class="title"><h1>WebSocket Authentication</h1></div>
        <iframe src="first_message.html"></iframe>
        <iframe src="query_param.html"></iframe>
        <iframe src="cookie.html"></iframe>
        <iframe src="user_info.html"></iframe>
        <script src="test.js"></script>
    </body>
</html>