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-mutation.html

Issue 49063011: Delete js-test-style.css. js-test-pre.js injects the CSS it needs now. (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">
5 <script src="../../fast/js/resources/js-test-pre.js"></script> 4 <script src="../../fast/js/resources/js-test-pre.js"></script>
6 <script src="../editing.js"></script> 5 <script src="../editing.js"></script>
7 <script src="resources/util.js"></script> 6 <script src="resources/util.js"></script>
8 <style> 7 <style>
9 .editing { 8 .editing {
10 border: 2px solid red; 9 border: 2px solid red;
11 padding: 6px; 10 padding: 6px;
12 font-size: 18px; 11 font-size: 18px;
13 } 12 }
14 </style> 13 </style>
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 return true; 206 return true;
208 } 207 }
209 } 208 }
210 209
211 doTestIfAny(); 210 doTestIfAny();
212 211
213 var successfullyParsed = true; 212 var successfullyParsed = true;
214 </script> 213 </script>
215 </body> 214 </body>
216 </html> 215 </html>
OLDNEW
« no previous file with comments | « LayoutTests/editing/spelling/spellcheck-async.html ('k') | LayoutTests/editing/spelling/spelling-unified-emulation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698