tenfourfox/dom/jsurl/test/load-stopping-1c.html

10 lines
147 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<head>
<script>
location = 'javascript:void("Test")';
</script>
</head>
<body>
<script>parent.passJSUrl3 = true</script>
</body>