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