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

13 lines
178 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<head>
<script>
function foo() {
return "aaa";
}
</script>
</head>
<body>
<img src="javascript: foo()">
<script>parent.passJSUrl4 = true</script>
</body>