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

Side by Side Diff: LayoutTests/editing/spelling/spelling-unified-emulation.html

Issue 58533003: Move fast/js/resources files to resources. (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 <script src="../../fast/js/resources/js-test-pre.js"></script> 4 <script src="../../resources/js-test.js"></script>
5 <script src="../editing.js"></script> 5 <script src="../editing.js"></script>
6 <style> 6 <style>
7 .editing { 7 .editing {
8 border: 2px solid red; 8 border: 2px solid red;
9 padding: 6px; 9 padding: 6px;
10 font-size: 18px; 10 font-size: 18px;
11 } 11 }
12 </style> 12 </style>
13 </head> 13 </head>
14 <body> 14 <body>
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 performTest('test', testData[i]); 79 performTest('test', testData[i]);
80 } 80 }
81 81
82 if (window.internals) 82 if (window.internals)
83 internals.settings.setUnifiedTextCheckerEnabled(false); 83 internals.settings.setUnifiedTextCheckerEnabled(false);
84 84
85 var successfullyParsed = true; 85 var successfullyParsed = true;
86 </script> 86 </script>
87 </body> 87 </body>
88 </html> 88 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698