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