https://github.com/web-platform-tests/wpt
Revision 8c66f53eb8ceb9cde98d5c59da28ed6e308d9642 authored by Luke Bjerring on 29 March 2018, 16:47:19 UTC, committed by GitHub on 29 March 2018, 16:47:19 UTC
1 parent 4091ab0
Raw File
Tip revision: 8c66f53eb8ceb9cde98d5c59da28ed6e308d9642 authored by Luke Bjerring on 29 March 2018, 16:47:19 UTC
Update the webrtc-pc IDL file (#9853)
Tip revision: 8c66f53
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