inserttext-manual.html (922B)
1 <!doctype html> 2 <meta charset=utf-8> 3 <title>Manual insertText tests (A key)</title> 4 <link rel=stylesheet href=../include/tests.css> 5 6 <p><input type=button value="Clear cached results" onclick="clearCachedResults()"> 7 8 <div id=tests> 9 <input type=button value="Run tests" onclick="runTests()"> 10 <table border=1><tr><th>Input<th>Spec<th>Browser<th>Same</table> 11 <p><label>New test input: <input></label> <input type=button value="Add test" onclick="addTest()"> 12 </div> 13 14 <div id=overlay>Tap the A key repeatedly until this annoying message 15 disappears! (But not too quickly. And don't hit any other keys or click with 16 the mouse anywhere, it will mess it up.<span id=testcount> <span></span> 17 manual test(s) remain.</span>)</div> 18 19 <script src=../include/implementation.js></script> 20 <script src=../include/tests.js></script> 21 <script> 22 var command = "inserttext"; 23 </script> 24 <script src=../include/manualtest.js></script>