https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 8e5fd4fbd1d6ffe14bdc8c2070bd9f72aac2f837 authored by Wanming Lin on 11 April 2018, 10:10:08 UTC
Automate more focus tests with testdriver
Tip revision: 8e5fd4f
beacon-basic-string.html
<!DOCTYPE html>
<html>
<head>
    <title>W3C Beacon Basic String 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(stringTests);
    </script>
</body>
</html>
back to top