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