OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <script> | 3 <script> |
4 if (window.testRunner) { | 4 if (window.testRunner) { |
5 testRunner.dumpAsText(); | 5 testRunner.dumpAsText(); |
6 testRunner.dumpChildFramesAsText(); | 6 testRunner.dumpChildFramesAsText(); |
7 testRunner.waitUntilDone(); | 7 testRunner.waitUntilDone(); |
8 } | 8 } |
9 </script> | 9 </script> |
10 </head> | 10 </head> |
11 <body> | 11 <body> |
12 <p>This tests that the comparison of the host for security is done case inse
nsitive.</p> | 12 <p>This tests that the comparison of the host for security is done case inse
nsitive.</p> |
13 <iframe name="frameA" src="http://localhost:8000/security/resources/cross-fr
ame-iframe.html"></iframe> | 13 <iframe id="frameA" src="http://localhost:8000/security/resources/cross-fram
e-iframe.html"></iframe> |
14 <iframe name="frameB" src="http://LOCALHOST:8000/security/resources/localhos
t-accesssor.html"></iframe> | 14 <iframe id="frameB" src="http://LOCALHOST:8000/security/resources/localhost-
accesssor.html"></iframe> |
15 </body> | 15 </body> |
16 </html> | 16 </html> |
OLD | NEW |