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

Side by Side Diff: LayoutTests/editing/spelling/spelling-unified-emulation.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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 78
79 for (var i = 0; i < testData.length; ++i) { 79 for (var i = 0; i < testData.length; ++i) {
80 performTest('test', testData[i]); 80 performTest('test', testData[i]);
81 } 81 }
82 82
83 if (window.internals) 83 if (window.internals)
84 internals.settings.setUnifiedTextCheckerEnabled(false); 84 internals.settings.setUnifiedTextCheckerEnabled(false);
85 85
86 var successfullyParsed = true; 86 var successfullyParsed = true;
87 </script> 87 </script>
88 <script src="../../fast/js/resources/js-test-post.js"></script>
89 </body> 88 </body>
90 </html> 89 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698