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// Non-isolated contexts should be clamped to 100 microseconds.
11run_test(/*isolated=*/false);
12</script>
13</body>
14</html>