mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update web-platform-tests to revision b'b3615436df24bedfdc4f14f959428307a86f74ce'
This commit is contained in:
parent
883dcbda45
commit
496ae4e174
66 changed files with 771 additions and 173 deletions
|
@ -69,6 +69,7 @@
|
|||
verifyPosition('box3', easeIn());
|
||||
verifyPosition('box4', easeOut());
|
||||
verifyPosition('box5', easeInOut());
|
||||
verifyPosition('box6', 400);
|
||||
});
|
||||
}, 'Ensure that transition easing functions are properly applied.');
|
||||
};
|
||||
|
@ -80,6 +81,7 @@
|
|||
<div id="box3" class="box" style="transition-timing-function: ease-in;"></div>
|
||||
<div id="box4" class="box" style="transition-timing-function: ease-out;"></div>
|
||||
<div id="box5" class="box" style="transition-timing-function: ease-in-out;"></div>
|
||||
<div id="box6" class="box" style="transition-timing-function: linear(0, 1, 0);"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue