mirror of
https://github.com/roytam1/mozilla45esr.git
synced 2026-06-20 23:48:59 +00:00
5 lines
129 B
JavaScript
5 lines
129 B
JavaScript
importScripts("/resources/testharness.js")
|
|
importScripts("XMLHttpRequest-withCredentials.js")
|
|
test_withCredentials(true);
|
|
done()
|