mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-22 11:33:03 +00:00
13 lines
178 B
HTML
13 lines
178 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<script>
|
|
function foo() {
|
|
return "aaa";
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<img src="javascript: foo()">
|
|
<script>parent.passJSUrl4 = true</script>
|
|
</body>
|