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