mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-08 20:28:42 +02:00
7 lines
91 B
HTML
7 lines
91 B
HTML
<html>
|
|
<body>
|
|
<script>
|
|
window.open("http://example.com", "foo");
|
|
</script>
|
|
</body>
|
|
</html>
|