blob: cafbbb61a0be9fcf326ef3bbf9d4855f29b84fc9 [file] [log] [blame]
<!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>
test_withCredentials(false)
</script>