Files
Kmake/test/fixtures/wpt/hr-time/clamped-time-origin-isolated.https.html
2026-05-26 23:36:42 -07:00

14 lines
329 B
HTML

<!doctype html>
<html>
<head>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="resources/clamped-time-origin.js"></script>
</head>
<body>
<script>
// Isolated contexts should be clamped to 5 microseconds.
run_test(/*isolated=*/true);
</script>
</body>
</html>