perf: Make RAF heavy first frame test do what it says
The requestAnimationFrame test which simulates a large jank in the first rAF callback (raf.html?heavy_first_frame) was actually adding the delay to every callback. This patch fixes the synthetic delay to use the correct one-shot mode. BUG=391005 Review URL: https://codereview.chromium.org/497173002 Cr-Commit-Position: refs/heads/master@{#291886}
Showing
Please register or sign in to comment