https://github.com/web-platform-tests/wpt
Raw File
Tip revision: e282aea38fc3c3c6263dfb9a85e73a3c2d571410 authored by Adam Rice on 02 April 2018, 06:38:50 UTC
ReadableStream: getReader() should call ToString() on mode
Tip revision: e282aea
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