CSS Animations: Fix flaky font-size-using-ems.html
The test font-size-using-ems.html needlessly used setTimeout in an attempt to capture a snapshot of a property value while the animation is in progress. We now use a paused animation with negative start delay to avoid flakiness. The test can now safely be enabled. BUG=741795 Change-Id: I2703e48f67608f9526293160aecd5e45dfc89645 Reviewed-on: https://chromium-review.googlesource.com/569543Reviewed-by:nainar <nainar@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#486280}
Showing
Please register or sign in to comment