content/base/test/file_bug902350.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/content/base/test/file_bug902350.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +<DOCTYPE HTML>
     1.5 +<html>
     1.6 +<!--
     1.7 +Test for Mixed Content Blocker target="_top" frame navigation
     1.8 +https://bugzilla.mozilla.org/show_bug.cgi?id=902350
     1.9 +-->
    1.10 +<head>
    1.11 +  <meta charset="utf-8">
    1.12 +  <title>Test for Bug 902350</title>
    1.13 +</head>
    1.14 +
    1.15 +<body>
    1.16 +  <div id="framediv">
    1.17 +    <iframe src="https://example.com/tests/content/base/test/file_bug902350_frame.html" id="testing_frame"></iframe>
    1.18 +  </div>
    1.19 +</body>
    1.20 +</html>
    1.21 +
    1.22 +

mercurial