tenfourfox/dom/jsurl/test/load-stopping-1c.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

10 lines
147 B
HTML

<!DOCTYPE html>
<head>
<script>
location = 'javascript:void("Test")';
</script>
</head>
<body>
<script>parent.passJSUrl3 = true</script>
</body>