mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 12:23:08 +09:00
14 lines
271 B
HTML
14 lines
271 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>
|