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