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

Side by Side Diff: LayoutTests/touchadjustment/touch-links-active.html

Issue 10988006: Merge 128999 - Do touch adjustment on GestureTapDown (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1271/
Patch Set: Created 8 years, 2 months 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
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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 description('Tests that tapDown will trigger the active state.'); 135 description('Tests that tapDown will trigger the active state.');
136 testIndirectTouches(); 136 testIndirectTouches();
137 testDirectTouches(); 137 testDirectTouches();
138 e.sandbox.style.display = 'none'; 138 e.sandbox.style.display = 'none';
139 } 139 }
140 runTests(); 140 runTests();
141 </script> 141 </script>
142 <script src="../fast/js/resources/js-test-post.js"></script> 142 <script src="../fast/js/resources/js-test-post.js"></script>
143 </body> 143 </body>
144 </html> 144 </html>
OLDNEW
« no previous file with comments | « LayoutTests/touchadjustment/resources/touchadjustment.js ('k') | LayoutTests/touchadjustment/touch-links-active-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698