Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/dom/jsurl/test/load-stopping-1d.html

13 lines
178 B
HTML
Raw Normal View History

<!DOCTYPE html>
<head>
<script>
function foo() {
return "aaa";
}
</script>
</head>
<body>
<img src="javascript: foo()">
<script>parent.passJSUrl4 = true</script>
</body>