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

Side by Side Diff: LayoutTests/editing/spelling/spellcheck-paste-continuous-disabled.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 <script src="../../fast/js/resources/js-test-pre.js"></script> 4 <script src="../../fast/js/resources/js-test-pre.js"></script>
5 <script src="resources/js-test-selection-shared.js"></script> 5 <script src="resources/js-test-selection-shared.js"></script>
6 </head> 6 </head>
7 <body> 7 <body>
8 <div> 8 <div>
9 <div id="src" contenteditable="true" spellcheck="true"></div> 9 <div id="src" contenteditable="true" spellcheck="true"></div>
10 </div> 10 </div>
(...skipping 20 matching lines...) Expand all
31 shouldBecomeEqual('internals.hasSpellingMarker(document, 0, 2)', 'true', functio n() {}); 31 shouldBecomeEqual('internals.hasSpellingMarker(document, 0, 2)', 'true', functio n() {});
32 window.getSelection().selectAllChildren(srcNode); 32 window.getSelection().selectAllChildren(srcNode);
33 document.execCommand('Copy'); 33 document.execCommand('Copy');
34 34
35 internals.setContinuousSpellCheckingEnabled(false); 35 internals.setContinuousSpellCheckingEnabled(false);
36 36
37 document.execCommand('Paste'); 37 document.execCommand('Paste');
38 shouldBecomeDifferent('internals.hasSpellingMarker(document, 0, 2)', 'true', fin ishJSTest); 38 shouldBecomeDifferent('internals.hasSpellingMarker(document, 0, 2)', 'true', fin ishJSTest);
39 39
40 </script> 40 </script>
41 <script src="../../fast/js/resources/js-test-post.js"></script>
42 </body> 41 </body>
43 </html> 42 </html>
OLDNEW
« no previous file with comments | « LayoutTests/editing/spelling/spellcheck-paste.html ('k') | LayoutTests/editing/spelling/spellcheck-paste-disabled.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698