OLD | NEW |
(Empty) | |
| 1 <!doctype html> |
| 2 <meta charset=utf-8> |
| 3 <title>Manual insertLineBreak (Shift-Enter) tests</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 Shift-Enter (or Mac equivalent) repeatedly until this |
| 15 annoying message disappears! (But not too quickly. And don't hit any other |
| 16 keys or click with the mouse anywhere, it will mess it up.<span id=testcount> |
| 17 <span></span> 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 = "insertlinebreak"; |
| 23 </script> |
| 24 <script src=../include/manualtest.js></script> |
OLD | NEW |