Sign in
webkit
/
WebKit
/
c19171a123537df24000c2385ff2300a0c5e6314
/
.
/
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
();
})();