mirror of
https://github.com/classilla/tenfourfox.git
synced 2026-03-11 22:50:40 +00:00
5 lines
129 B
JavaScript
5 lines
129 B
JavaScript
importScripts("/resources/testharness.js")
|
|
importScripts("XMLHttpRequest-withCredentials.js")
|
|
test_withCredentials(true);
|
|
done()
|