https://github.com/web-platform-tests/wpt
Raw File
Tip revision: c366d0e0c10ab968e6fb97fbd98b1c9abb00a93c authored by Alex Moshchuk on 19 April 2018, 17:55:30 UTC
Fix incorrect unreachable_func in CSP layout tests.
Tip revision: c366d0e
beacon-basic-blob.html
<!DOCTYPE html>
<html>
<head>
    <title>W3C Beacon Basic Blob 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";
        runTests(blobTests);
    </script>
</body>
</html>
back to top