mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
Update web-platform-tests to revision 07b698ef4ea02ebeb65c3214ed7141ad32678a8c
This commit is contained in:
parent
81b92b9c1a
commit
c5ddf8e76a
119 changed files with 2754 additions and 727 deletions
|
@ -0,0 +1,20 @@
|
|||
<!doctype html>
|
||||
<html class="test-wait">
|
||||
<link rel="help" href="https://crbug.com/1077501">
|
||||
<style>
|
||||
@keyframes test {
|
||||
from { -webkit-writing-mode: var(--x) }
|
||||
to { -webkit-writing-mode: var(--y) }
|
||||
}
|
||||
div {
|
||||
animation: test 1s;
|
||||
}
|
||||
</style>
|
||||
<div id=div></div>
|
||||
<script>
|
||||
window.onload = () => {
|
||||
div.offsetTop;
|
||||
document.documentElement.classList.remove('test-wait');
|
||||
};
|
||||
</script>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue