gecko/security/manager/ssl/tests/mochitest/mixedcontent/iframe2.html

14 lines
229 B
HTML
Raw Normal View History

<!DOCTYPE HTML>
<html>
<head>
</head>
<body>
This is frame 2:
<script>
document.write(location.href);
</script>
<iframe src="http://example.com/tests/security/ssl/mixedcontent/iframe.html"></iframe>
</body>
</html>