Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Side by Side Diff: LayoutTests/editing/spelling/spellcheck-async.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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>
OLDNEW
« no previous file with comments | « LayoutTests/editing/spelling/script-tests/TEMPLATE.html ('k') | LayoutTests/editing/spelling/spellcheck-async-mutation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698