Sign in
webkit
/
WebKit
/
668647880bebfea0145b49b3424a7bb3caef8928
/
.
/
LayoutTests
/
http
/
wpt
/
resource-timing
/
rt-cors.worker.js
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
();
})();