WALA/com.ibm.wala.cast.js.test/examples-src/pages/iframeTest2.html

23 lines
315 B
HTML
Executable File

<html><head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>iframe</title></head>
<body>
<script>
function f() {}
</script>
<iframe src="frameBody.html" onload="f()"></iframe>
<script>
function h(x) { function f(x) { return x; }; return f(x); }; h(3);
</script>
</body></html>