gecko-dev/layout/reftests/web-animations/1298742-ref.html
Boris Chiou f736a7f384 Bug 1298742 - Part 2: Make sure UpdateRelevance() is called before NotifyAnimationTimingUpdated. r=hiro
MozReview-Commit-ID: Ki0Aqhgl1dO

--HG--
extra : rebase_source : 5dbfa13c63390364d581b649b18e25ceea8e7a15
2016-08-29 16:22:46 +08:00

14 lines
190 B
HTML

<!DOCTYPE html>
<html>
<title>Reference of bug 1298742</title>
<style>
div {
width: 100px;
height: 100px;
background: blue;
transform: translate(0px);
}
</style>
<div></div>
</html>