Web Animations: Use a single animation clock
All animation clocks for a page should tick at the same time, but since we
had an animation clock per document there were some cases where clocks
could tick independently.
This patch moves the clock from Document to PageAnimator.
animation-timeline-detached-no-crash.html is removed as the test was not valid
due to the animation's document not being active.
Committed:
https://crrev.com/1bdb2cb318172358647853128a3d3db3f1c7c97a
Cr-Commit-Position: refs/heads/master@{#357736}