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

Side by Side Diff: LayoutTests/editing/spelling/spellcheck-async.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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 setTimeout(function() { tryVerify(restTry - 1, id, text, marked, nsleep * 2); }, nsleep); 117 setTimeout(function() { tryVerify(restTry - 1, id, text, marked, nsleep * 2); }, nsleep);
118 } 118 }
119 } 119 }
120 120
121 doTestIfAny(); 121 doTestIfAny();
122 122
123 var successfullyParsed = true; 123 var successfullyParsed = true;
124 </script> 124 </script>
125 </body> 125 </body>
126 </html> 126 </html>
OLDNEW
« no previous file with comments | « LayoutTests/editing/spelling/script-tests/TEMPLATE.html ('k') | LayoutTests/editing/spelling/spellcheck-attribute.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698