mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +02:00
9 lines
131 B
HTML
9 lines
131 B
HTML
<!doctype html>
|
|
001-1
|
|
<script>
|
|
if (window.opener !== null) {
|
|
window.opener.postMessage("FAIL", "*");
|
|
}
|
|
window.close();
|
|
</script>
|