mirror of
https://github.com/roytam1/mozilla45esr.git
synced 2026-05-27 13:38:43 +00:00
5 lines
129 B
JavaScript
5 lines
129 B
JavaScript
importScripts("/resources/testharness.js")
|
|
importScripts("XMLHttpRequest-withCredentials.js")
|
|
test_withCredentials(true);
|
|
done()
|