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();
})();