mirror of
https://github.com/servo/servo.git
synced 2025-07-16 03:43:38 +01:00
7 lines
209 B
HTML
7 lines
209 B
HTML
<!DOCTYPE html>
|
|
<title>Content of invalid signed exchange</title>
|
|
<script>
|
|
window.addEventListener('message', (event) => {
|
|
event.data.port.postMessage("FAIL if this content is loaded");
|
|
}, false);
|
|
</script>
|