1<!doctype html>
2<html>
3<head>
4<script src="/resources/testharness.js"></script>
5<script src="/resources/testharnessreport.js"></script>
6<script src="resources/clamped-time-origin.js"></script>
7</head>
8<body>
9<script>
10// Isolated contexts should be clamped to 5 microseconds.
11run_test(/*isolated=*/true);
12</script>
13</body>
14</html>