1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/devtools/webconsole/test/test-iframe-762593-insecure-form-action.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,15 @@ 1.4 +<!doctype html> 1.5 +<html> 1.6 + <head> 1.7 + <meta http-equiv="Content-type" content="text/html;charset=UTF-8"> 1.8 + <!-- Any copyright is dedicated to the Public Domain. 1.9 + http://creativecommons.org/publicdomain/zero/1.0/ --> 1.10 + </head> 1.11 + <body> 1.12 + <h1>iframe 2</h1> 1.13 + <p>This frame contains a password field inside a form with insecure action.</p> 1.14 + <form action="http://test"> 1.15 + <input type="password" name="pwd"> 1.16 + </form> 1.17 + </body> 1.18 +</html>