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