Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / input / password-echo-passnode.html
blobc9141f4d1a8917a058942aec42918537825bd40f
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, true], // test password (when only 1 char) is only secured after a delay(regular).
7 [['2','2','b'], false, true, true], // test password (when only 1 char) is only secured after a delay(ime).
8 ];
9 </script>
10 <body onload=init(mytests)>
12 <p>Tests if input chars are secured correctly
13 <input type='password' id='testnode' />
14 <ul id="console"></ul>
15 </body>
16 </html>