mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update web-platform-tests to revision b'3ee7ccc2abbbc8d8f6efbb45f80bffdb3c0c76ba'
This commit is contained in:
parent
111363d338
commit
2ebdfcea9d
630 changed files with 8297 additions and 4979 deletions
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<title>View transitions: documentElement.remove</title>
|
||||
<link rel="help" href="https://github.com/WICG/view-transitions">
|
||||
<link rel="author" href="mailto:vmpstr@chromium.org">
|
||||
|
||||
<style>
|
||||
html {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script>
|
||||
async function runTest() {
|
||||
document.startViewTransition(() => {
|
||||
requestAnimationFrame(() => document.documentElement.remove());
|
||||
})
|
||||
|
||||
}
|
||||
onload = () => requestAnimationFrame(runTest);
|
||||
</script>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue