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