| <!doctype html> |
| <meta charset=utf-8> |
| <title>XMLHttpRequest#withCredentials</title> |
| <script src="/resources/testharness.js"></script> |
| <script src="/resources/testharnessreport.js"></script> |
| <script src=XMLHttpRequest-withCredentials.js></script> |
| <link rel="help" href="https://xhr.spec.whatwg.org/#the-withcredentials-attribute" |
| data-tested-assertations="following::ol/li[1] following::ol/li[2] |
| following::ol/li[3] following::ol/li[4]"> |
| <div id="log"></div> |
| <script> |
| setup({ explicit_done: true }) |
| test_withCredentials(false) |
| </script> |