mirror of
https://github.com/servo/servo
synced 2026-05-02 20:32:02 +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>
|