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

Side by Side Diff: LayoutTests/editing/spelling/spellcheck-async-mutation.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 <script src="resources/util.js"></script> 7 <script src="resources/util.js"></script>
8 <style> 8 <style>
9 .editing { 9 .editing {
10 border: 2px solid red; 10 border: 2px solid red;
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 default: 205 default:
206 testFailed('Unknown kind of tweak'); 206 testFailed('Unknown kind of tweak');
207 return true; 207 return true;
208 } 208 }
209 } 209 }
210 210
211 doTestIfAny(); 211 doTestIfAny();
212 212
213 var successfullyParsed = true; 213 var successfullyParsed = true;
214 </script> 214 </script>
215 <script src="../../fast/js/resources/js-test-post.js"></script>
216 </body> 215 </body>
217 </html> 216 </html>
OLDNEW
« no previous file with comments | « LayoutTests/editing/spelling/spellcheck-async.html ('k') | LayoutTests/editing/spelling/spellcheck-attribute.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698