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

Side by Side Diff: LayoutTests/touchadjustment/editable-content.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 <title>Touch Adjustment : content editable div - bug 97576</title> 4 <title>Touch Adjustment : content editable div - bug 97576</title>
5 <script src="../fast/js/resources/js-test-pre.js"></script> 5 <script src="../fast/js/resources/js-test-pre.js"></script>
6 <script src="resources/touchadjustment.js"></script> 6 <script src="resources/touchadjustment.js"></script>
7 <style> 7 <style>
8 body { 8 body {
9 font-size: 12px; 9 font-size: 12px;
10 line-height: 14px; 10 line-height: 14px;
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 testIndirectTouches(); 95 testIndirectTouches();
96 debug('test richly editable div'); 96 debug('test richly editable div');
97 element = document.getElementById('rich-text'); 97 element = document.getElementById('rich-text');
98 rowHeight = 14; 98 rowHeight = 14;
99 testDirectTouches(); 99 testDirectTouches();
100 testIndirectTouches(); 100 testIndirectTouches();
101 } 101 }
102 } 102 }
103 runTests(); 103 runTests();
104 </script> 104 </script>
105 <script src="../fast/js/resources/js-test-post.js"></script>
106 </body> 105 </body>
107 </html> 106 </html>
OLDNEW
« no previous file with comments | « LayoutTests/touchadjustment/disabled-formelements.html ('k') | LayoutTests/touchadjustment/event-triggered-widgets.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698