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