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

Side by Side Diff: LayoutTests/editing/spelling/grammar.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 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../../fast/js/resources/js-test-pre.js"></script> 3 <script src="../../fast/js/resources/js-test-pre.js"></script>
4 4
5 <style> 5 <style>
6 .editing { 6 .editing {
7 border: 2px solid red; 7 border: 2px solid red;
8 padding: 12px; 8 padding: 12px;
9 font-size: 24px; 9 font-size: 24px;
10 } 10 }
(...skipping 28 matching lines...) Expand all
39 39
40 jsTestIsAsync = true; 40 jsTestIsAsync = true;
41 41
42 if (window.internals) { 42 if (window.internals) {
43 internals.settings.setUnifiedTextCheckerEnabled(true); 43 internals.settings.setUnifiedTextCheckerEnabled(true);
44 internals.settings.setAsynchronousSpellCheckingEnabled(true); 44 internals.settings.setAsynchronousSpellCheckingEnabled(true);
45 } 45 }
46 46
47 editingTest(); 47 editingTest();
48 </script> 48 </script>
49 <script src="../../fast/js/resources/js-test-post.js"></script>
50 </body> 49 </body>
51 </html> 50 </html>
OLDNEW
« no previous file with comments | « LayoutTests/editing/spelling/focusing-other-frame.html ('k') | LayoutTests/editing/spelling/grammar-edit-word.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698