Also set network.disable.ipc.security to true and leave it that way. This prevents security errors in the tests which happen when we pop the pref.
10 lines
152 B
HTML
10 lines
152 B
HTML
<html>
|
|
<body>
|
|
<script>
|
|
addEventListener('load', function() {
|
|
window.open("http://example.com/" + location.hash, "foo");
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|