Sign in
webkit
/
WebKit
/
68ae80dbd852513426dc763371e83df226c8fcb9
/
.
/
LayoutTests
/
http
/
wpt
/
resource-timing
/
rt-nextHopProtocol.worker.js
blob: c40c84f269f44387d5f348b9218e741874264801 [
file
] [
log
] [
blame
]
importScripts
(
"/resources/testharness.js"
);
importScripts
(
"resources/rt-utilities.sub.js"
);
(
function
()
{
if
(!
testNecessaryPerformanceFeatures
())
{
done
();
return
;
}
importScripts
(
"rt-nextHopProtocol.js"
);
done
();
})();