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

Side by Side Diff: LayoutTests/editing/selection/select-from-textfield-outwards.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 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 .sample { 4 .sample {
5 font-family: monospace; 5 font-family: monospace;
6 font-size: 24px; 6 font-size: 24px;
7 margin: 20px; 7 margin: 20px;
8 padding: 10px; 8 padding: 10px;
9 } 9 }
10 </style> 10 </style>
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 <div id="console"></div> 95 <div id="console"></div>
96 <script src="../../fast/js/resources/js-test-pre.js"></script> 96 <script src="../../fast/js/resources/js-test-pre.js"></script>
97 <script> 97 <script>
98 if (window.testRunner) { 98 if (window.testRunner) {
99 testIt('mac'); 99 testIt('mac');
100 testIt('unix'); 100 testIt('unix');
101 testIt('win'); 101 testIt('win');
102 document.getElementById('container').outerHTML = ''; 102 document.getElementById('container').outerHTML = '';
103 } 103 }
104 </script> 104 </script>
105 <script src="../../fast/js/resources/js-test-post.js"></script>
106 </body> 105 </body>
107 </html> 106 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698