wine/dlls/mshtml/tests/runscript.html
Jacek Caban e6f7a759ed mshtml/tests: Added a test of calls to functions from different frame.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-12-12 16:00:21 +01:00

12 lines
216 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<script>
var q = document.location.search.replace("?", "");
if(q) document.write('<s'+'cript src="' + q + '"></s'+'cript>');
</script>
<body>
</body>
</html>