OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <script src="../js/resources/js-test-pre.js"></script> | 4 <script src="../js/resources/js-test-pre.js"></script> |
5 </head> | 5 </head> |
6 <body> | 6 <body> |
7 <p id="description"></p> | 7 <p id="description"></p> |
8 <div id="tests"><input type="button"><input type="checkbox"><input type="file"><
input type="hidden"> | 8 <div id="tests"><input type="button"><input type="checkbox"><input type="file"><
input type="hidden"> |
9 <input type="image"><input type="radio"><input type="range"><input type="reset">
<input type="submit"></div> | 9 <input type="image"><input type="radio"><input type="range"><input type="reset">
<input type="submit"></div> |
10 <div id="console"></div> | 10 <div id="console"></div> |
(...skipping 11 matching lines...) Expand all Loading... |
22 shouldThrow('test.selectionEnd'); | 22 shouldThrow('test.selectionEnd'); |
23 shouldThrow('test.selectionEnd = 0'); | 23 shouldThrow('test.selectionEnd = 0'); |
24 shouldThrow('test.selectionDirection'); | 24 shouldThrow('test.selectionDirection'); |
25 shouldThrow('test.selectionDirection = 0'); | 25 shouldThrow('test.selectionDirection = 0'); |
26 shouldThrow('test.selectionRange()'); | 26 shouldThrow('test.selectionRange()'); |
27 } | 27 } |
28 | 28 |
29 tests.style.display = 'none'; | 29 tests.style.display = 'none'; |
30 | 30 |
31 </script> | 31 </script> |
32 <script src="../js/resources/js-test-post.js"></script> | |
33 </body> | 32 </body> |
34 </html> | 33 </html> |
35 | 34 |
OLD | NEW |