14 lines
270 B
HTML
14 lines
270 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
|
|
<body>
|
|
This is frame 2:
|
|
<script>
|
|
"use strict";
|
|
document.write(location.href);
|
|
</script>
|
|
<iframe src="http://example.com/tests/security/manager/ssl/tests/mochitest/mixedcontent/iframe.html"></iframe>
|
|
</body>
|
|
</html>
|