Revision b4cdc8ff4bda43c826fe7911e6d8e035390b90fd authored by Marcos Cáceres on 16 April 2018, 07:19:19 UTC, committed by GitHub on 16 April 2018, 07:19:19 UTC
1 parent fa62ac0
Raw File
beacon-navigate.html
<!DOCTYPE html>
<html>
<head>
    <title>W3C Beacon Outliving Navigation Test</title>
    <meta name="timeout" content="long">
    <meta name="author" title="Microsoft Edge" href="https://www.microsoft.com">
    <script src="/resources/testharness.js"></script>
    <script src="/resources/testharnessreport.js"></script>
</head>
<body>
    <script src="/common/utils.js"></script>
    <script src="beacon-common.sub.js"></script>
    <script>
        "use strict";

        runSendInIframeAndNavigateTests("beacon");
    </script>
</body>
</html>
back to top