blob: 5e265ba6422e60e60251c61a845b7ecc5a873b68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html>
<head>
<script>
function foo() {
return "aaa";
}
</script>
</head>
<body>
<img src="javascript: foo()">
<script>parent.passJSUrl4 = true</script>
</body>
|