Sign in
webkit
/
WebKit
/
fe3f8a9f58c921838bd3a920db5f85be838171cd
/
.
/
LayoutTests
/
performance-api
/
resources
/
time-origin-in-worker.js
blob: 0ed32400d6ad7ba98f106b9df7cfb19f2646a5fc [
file
] [
log
] [
blame
]
importScripts
(
"../../resources/js-test-pre.js"
);
shouldBeTrue
(`
performance
.
now
()
<
200
`);
finishJSTest
();