11cb0ef41Sopenharmony_ci<!DOCTYPE html>
21cb0ef41Sopenharmony_ci<html>
31cb0ef41Sopenharmony_ci<head>
41cb0ef41Sopenharmony_ci<meta charset="utf-8" />
51cb0ef41Sopenharmony_ci<title>window.performance.now should not enable timing attacks</title>
61cb0ef41Sopenharmony_ci<link rel="author" title="W3C" href="http://www.w3.org/" />
71cb0ef41Sopenharmony_ci<link rel="help" href="http://w3c.github.io/hr-time/#privacy-security"/>
81cb0ef41Sopenharmony_ci<script src="/resources/testharness.js"></script>
91cb0ef41Sopenharmony_ci<script src="/resources/testharnessreport.js"></script>
101cb0ef41Sopenharmony_ci<script src="resources/timing-attack.js"></script>
111cb0ef41Sopenharmony_ci<script>
121cb0ef41Sopenharmony_cirun_test(/*isolated=*/true);
131cb0ef41Sopenharmony_ci</script>
141cb0ef41Sopenharmony_ci</head>
151cb0ef41Sopenharmony_ci<body>
161cb0ef41Sopenharmony_ci<h1>Description</h1>
171cb0ef41Sopenharmony_ci<p>The recommended minimum resolution of the Performance interface should be set to 5 microseconds.</p>
181cb0ef41Sopenharmony_ci
191cb0ef41Sopenharmony_ci<div id="log"></div>
201cb0ef41Sopenharmony_ci
211cb0ef41Sopenharmony_ci</body>
221cb0ef41Sopenharmony_ci</html>
23