test-insecure-frame.html (480B)
1 <!doctype html> 2 <html> 3 <head> 4 <meta 5 content="text/html;charset=UTF-8" http-equiv="Content-type"> 6 <!-- Any copyright is dedicated to the Public Domain. 7 http://creativecommons.org/publicdomain/zero/1.0/ --> 8 </head> 9 <body> 10 <h1>iframe 1</h1> 11 <p>This frame is served with an insecure password field.</p> 12 <iframe src="http://example.com/browser/devtools/client/webconsole/test/browser/test-iframe-insecure-form-action.html"></iframe> 13 </body> 14 </html>