mirror of
https://github.com/servo/servo.git
synced 2025-06-24 09:04:33 +01:00
14 lines
573 B
HTML
14 lines
573 B
HTML
<!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>
|