Revision 88e7f59976ad727b77d6fb1380ef5765762ae899 authored by Yutaka Hirano on 14 March 2018, 17:14:46 UTC, committed by Blink WPT Bot on 14 March 2018, 18:02:18 UTC
Despite its name, the test checks the mixed content check for sendBeacon.
This CL moves it to wpt/mixed-content.

Bug: 821294
Change-Id: Ifd264dae0fec5c4d821d61d37d61f4ebbc763516
Reviewed-on: https://chromium-review.googlesource.com/959982
Reviewed-by: Mike West <mkwst@chromium.org>
Commit-Queue: Yutaka Hirano <yhirano@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543105}
1 parent 77530f2
Raw File
xmlhttprequest-timeout-abortedonmain.html
 <!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8" />
    <title>XHR2 Timeout Property Tests</title>
    <link rel="help" href="https://xhr.spec.whatwg.org/#the-abort()-method" data-tested-assertations="following-sibling::ol/li[4] following-sibling::ol/li[4]/ol/li[5]" />
    <link rel="help" href="https://xhr.spec.whatwg.org/#abort-error" data-tested-assertations=".."/>
    <link rel="help" href="https://xhr.spec.whatwg.org/#event-xhr-abort" data-tested-assertations="../.." />
    <link rel="help" href="https://xhr.spec.whatwg.org/#request-error" data-tested-assertations="following::ol/li[9]"/>
    <meta name=timeout content=long>
    <script src="/resources/testharness.js"></script>
    <script src="/resources/testharnessreport.js"></script>
    <script src="resources/xmlhttprequest-timeout.js"></script>
    <script src="resources/xmlhttprequest-timeout-runner.js"></script>
</head>
<body>
    <h1>Description</h1>
    <p>This test validates that the XHR2 timeout property behaves as expected in async cases in document (i.e. non-worker) context.</p>
    <div id="log"></div>
    <script src="resources/xmlhttprequest-timeout-abortedonmain.js" type="text/javascript"></script>
</body>
</html>

back to top