Revision a5262d7aa60e518705b129f24b96494aea6428d4 authored by Manuel Rego Casasnovas on 16 March 2018, 08:32:50 UTC, committed by GitHub on 16 March 2018, 08:32:50 UTC
[css-grid] Fix relative path to grid.css file
2 parent s 359dac1 + 6ed279b
Raw File
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