mirror of
https://github.com/servo/servo.git
synced 2025-09-14 08:58:21 +01:00
Update web-platform-tests to revision ead8f8b00d0b68237109f3c93d0ccae076a34f98
This commit is contained in:
parent
d029b1a0ff
commit
2178678b0f
75 changed files with 2476 additions and 391 deletions
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<script>
|
||||
window.addEventListener('load', () => {
|
||||
window.parent.postMessage('load');
|
||||
});
|
||||
|
||||
document.addEventListener('freeze', () => {
|
||||
window.parent.postMessage('freeze');
|
||||
});
|
||||
|
||||
document.addEventListener('resume', () => {
|
||||
window.parent.postMessage('resume');
|
||||
});
|
||||
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue