Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / input / password-echo-passnode2.html
blobfd1ebf808e87f7bc16c76a108b6bdfb6bbab3d37
1 <html>
2 <script src="resources/password-echo.js" language="JavaScript" type="text/JavaScript" ></script>
3 <script language="javascript" type="text/javascript">
4 var mytests = [
5 //format: [preedit1, preedit2,...,commit_text], secured_right_after?, secured_after_delay? check?
6 [['a'], false, true, false],
7 [['f'], false, true, true], // test password (when more than 1 char) is only secured after a delay(regular).
8 [['3','3','3','f'], false, true, true], // test password (when more than 1 char) is only secured after a delay(ime).
9 ];
10 </script>
11 <body onload=init(mytests)>
13 <p>Tests if input chars are secured correctly
14 <input type='password' id='testnode' />
15 <ul id="console"></ul>
16 </body>
17 </html>