| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <link rel="stylesheet" href="../../fast/js/resources/js-test-style.css"> | 4 <link rel="stylesheet" href="../../fast/js/resources/js-test-style.css"> |
| 5 <script src="../../fast/js/resources/js-test-pre.js"></script> | 5 <script src="../../fast/js/resources/js-test-pre.js"></script> |
| 6 <script src="../editing.js"></script> | 6 <script src="../editing.js"></script> |
| 7 <style> | 7 <style> |
| 8 .editing { | 8 .editing { |
| 9 border: 2px solid red; | 9 border: 2px solid red; |
| 10 padding: 6px; | 10 padding: 6px; |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 // Type '.' to invoke asynchronouse spell checking again. | 116 // Type '.' to invoke asynchronouse spell checking again. |
| 117 typeCharacterCommand('.'); | 117 typeCharacterCommand('.'); |
| 118 setTimeout(function() { tryVerify(restTry - 1, id, text, marked, nsleep
* 2); }, nsleep); | 118 setTimeout(function() { tryVerify(restTry - 1, id, text, marked, nsleep
* 2); }, nsleep); |
| 119 } | 119 } |
| 120 } | 120 } |
| 121 | 121 |
| 122 doTestIfAny(); | 122 doTestIfAny(); |
| 123 | 123 |
| 124 var successfullyParsed = true; | 124 var successfullyParsed = true; |
| 125 </script> | 125 </script> |
| 126 <script src="../../fast/js/resources/js-test-post.js"></script> | |
| 127 </body> | 126 </body> |
| 128 </html> | 127 </html> |
| OLD | NEW |