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

Side by Side Diff: LayoutTests/touchadjustment/touch-links-active.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 : Testing that active will be set on a tapDown - bug 96677</title> 4 <title>Touch Adjustment : Testing that active will be set on a tapDown - bug 96677</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 #sandbox { 8 #sandbox {
9 position: absolute; 9 position: absolute;
10 left: 0px; 10 left: 0px;
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 return; 119 return;
120 } 120 }
121 121
122 description('Tests that tapDown will trigger the active state.'); 122 description('Tests that tapDown will trigger the active state.');
123 testIndirectTouches(); 123 testIndirectTouches();
124 testDirectTouches(); 124 testDirectTouches();
125 e.sandbox.style.display = 'none'; 125 e.sandbox.style.display = 'none';
126 } 126 }
127 runTests(); 127 runTests();
128 </script> 128 </script>
129 <script src="../fast/js/resources/js-test-post.js"></script>
130 </body> 129 </body>
131 </html> 130 </html>
OLDNEW
« no previous file with comments | « LayoutTests/touchadjustment/touch-inlines.html ('k') | LayoutTests/touchadjustment/touch-links-longpress.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698