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