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

Side by Side Diff: LayoutTests/editing/spelling/markers.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 <style> 4 <style>
5 .editing { 5 .editing {
6 border: 2px solid red; 6 border: 2px solid red;
7 padding: 12px; 7 padding: 12px;
8 font-size: 24px; 8 font-size: 24px;
9 } 9 }
10 </style> 10 </style>
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 shouldBe('internals.markerCountForNode(e.firstChild, "spelling")', '1'); 68 shouldBe('internals.markerCountForNode(e.firstChild, "spelling")', '1');
69 range = internals.markerRangeForNode(e.firstChild, "spelling", 0); 69 range = internals.markerRangeForNode(e.firstChild, "spelling", 0);
70 shouldBe('range.toString()', '"zz"'); 70 shouldBe('range.toString()', '"zz"');
71 shouldBe('internals.markerCountForNode(e.firstChild, "grammar")', '1'); 71 shouldBe('internals.markerCountForNode(e.firstChild, "grammar")', '1');
72 range = internals.markerRangeForNode(e.firstChild, "grammar", 0); 72 range = internals.markerRangeForNode(e.firstChild, "grammar", 0);
73 shouldBe('range.toString()', '"orange,zz,apple."'); 73 shouldBe('range.toString()', '"orange,zz,apple."');
74 } 74 }
75 75
76 var successfullyParsed = true; 76 var successfullyParsed = true;
77 </script> 77 </script>
78 <script src="../../fast/js/resources/js-test-post.js"></script>
79 </body> 78 </body>
80 </html> 79 </html>
OLDNEW
« no previous file with comments | « LayoutTests/editing/spelling/input-type-text.html ('k') | LayoutTests/editing/spelling/markers-input-type-text.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698