https://github.com/web-platform-tests/wpt
Raw File
Tip revision: eb9f8a917a751b5bd2e4ed86840eac8b5c4445f2 authored by Brian Birtles on 15 March 2018, 06:57:09 UTC
[web-animations] Update various references to an effect's `timing` member
Tip revision: eb9f8a9
beacon-basic-formdata.html
<!DOCTYPE html>
<html>
<head>
    <title>W3C Beacon Basic FormData 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(formDataTests);
    </script>
</body>
</html>
back to top