trisquel-icecat/icecat/security/manager/ssl/tests/mochitest/mixedcontent/iframe.html

13 lines
157 B
HTML

<!DOCTYPE HTML>
<html>
<head>
</head>
<body>
This is frame 1:
<script>
"use strict";
document.write(location.href);
</script>
</body>
</html>