Revision d273149ec04b974e357473b2849ce6d916b2866c authored by Ms2ger on 21 September 2018, 14:10:07 UTC, committed by Ms2ger on 21 September 2018, 14:21:29 UTC
This ensures they don't show up as [object Object].
1 parent 74377ff
Raw File
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