https://github.com/web-platform-tests/wpt
Revision 6c62c5b8d7e7f80b3a3a84c7d0296c06d90c03f7 authored by Zirro on 25 April 2018, 15:05:06 UTC, committed by Anne van Kesteren on 25 April 2018, 15:05:06 UTC
The test requires the event to be cancelable. See https://github.com/jsdom/jsdom/pull/2197.
1 parent 6d7173c
Raw File
Tip revision: 6c62c5b8d7e7f80b3a3a84c7d0296c06d90c03f7 authored by Zirro on 25 April 2018, 15:05:06 UTC
DOM: fix test for Event.returnValue
Tip revision: 6c62c5b
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