mirror of
https://github.com/servo/servo.git
synced 2025-10-09 21:10:19 +01:00
8 lines
170 B
HTML
8 lines
170 B
HTML
<!doctype html>
|
|
<script>
|
|
window.addEventListener("message", e => {
|
|
window.top.postMessage(e.data, "*");
|
|
});
|
|
</script>
|
|
<iframe src="secure-connection-test.html">
|
|
|