mirror of
https://github.com/servo/servo.git
synced 2025-07-12 09:53:40 +01:00
7 lines
303 B
HTML
7 lines
303 B
HTML
<!DOCTYPE html>
|
|
<body style="background: red;">
|
|
<script>
|
|
window.parent.postMessage(JSON.stringify({"type": "child-two-loaded", "isActive": navigator.userActivation.isActive,
|
|
"hasBeenActive": navigator.userActivation.hasBeenActive}), "*");
|
|
</script>
|
|
</body>
|