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

Side by Side Diff: LayoutTests/editing/text-iterator/findString-selection-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 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <link rel="stylesheet" href="../../fast/js/resources/js-test-style.css"> 5 <link rel="stylesheet" href="../../fast/js/resources/js-test-style.css">
6 <script src="../../fast/js/resources/js-test-pre.js"></script> 6 <script src="../../fast/js/resources/js-test-pre.js"></script>
7 <style type="text/css"> 7 <style type="text/css">
8 .selectionDisabled { -webkit-user-select: none; } 8 .selectionDisabled { -webkit-user-select: none; }
9 .selectionEnabled { -webkit-user-select: auto; } 9 .selectionEnabled { -webkit-user-select: auto; }
10 </style> 10 </style>
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 testFindString("Some sample text that can be searched", "t t", disableSe lection, "true"); 47 testFindString("Some sample text that can be searched", "t t", disableSe lection, "true");
48 testFindString("insurmountable mountain", "mount", disableSelection, "tr ue"); 48 testFindString("insurmountable mountain", "mount", disableSelection, "tr ue");
49 testFindString("insurmountable mountain", "Wally", disableSelection, "fa lse"); 49 testFindString("insurmountable mountain", "Wally", disableSelection, "fa lse");
50 } 50 }
51 } 51 }
52 52
53 document.getElementById("console").style.removeProperty("visibility"); 53 document.getElementById("console").style.removeProperty("visibility");
54 54
55 var successfullyParsed = true; 55 var successfullyParsed = true;
56 </script> 56 </script>
57 <script src="../../fast/js/resources/js-test-post.js"></script>
58 </body> 57 </body>
59 </html> 58 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698