| Index: LayoutTests/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure_associate_with_navigation_timing.html
|
| diff --git a/LayoutTests/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure_associate_with_navigation_timing.html b/LayoutTests/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure_associate_with_navigation_timing.html
|
| index 2b22f2ea0af068560ec4c7af5b93f8ed27090cfd..a9e62768d094366814d8f5d8b2a9e9ea9a3b48f2 100644
|
| --- a/LayoutTests/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure_associate_with_navigation_timing.html
|
| +++ b/LayoutTests/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure_associate_with_navigation_timing.html
|
| @@ -44,7 +44,7 @@
|
| }
|
| </script>
|
| </head>
|
| - <body onload="setTimeout(onload_test,0)">
|
| + <body onload="requestAnimationFrame(onload_test)">
|
| <h1>Description</h1>
|
| <p>This test validates functionality of the interface window.performance.measure.</p>
|
| <div id="log"></div>
|
|
|