blob: 73d5c578c7f047748518e73d7906f0c7cd087bb1 [file] [log] [blame]
importScripts("/resources/testharness.js");
importScripts("resources/rt-utilities.sub.js");
(function() {
if (!testNecessaryPerformanceFeatures()) {
done();
return;
}
importScripts("rt-cors.js");
done();
})();