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

Side by Side Diff: LayoutTests/touchadjustment/touch-inlines.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 : Inlines and line-breaks - bug 78801</title> 4 <title>Touch Adjustment : Inlines and line-breaks - bug 78801</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 { position: absolute; top: 0px; left: 0px; font: 16px Ahem; lin e-height: 20px } 8 #sandbox { position: absolute; top: 0px; left: 0px; font: 16px Ahem; lin e-height: 20px }
9 </style> 9 </style>
10 </head> 10 </head>
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 if (window.testRunner && window.internals && internals.touchNodeAdjusted ToBestClickableNode) { 65 if (window.testRunner && window.internals && internals.touchNodeAdjusted ToBestClickableNode) {
66 description('Tests touch-adjustment on inline links. Making sure we can hit over line-breaks, and can miss when tapping between parts of a line-brok en link.'); 66 description('Tests touch-adjustment on inline links. Making sure we can hit over line-breaks, and can miss when tapping between parts of a line-brok en link.');
67 testDirectTouches(); 67 testDirectTouches();
68 testDirectMisses(); 68 testDirectMisses();
69 testIndirectTouches(); 69 testIndirectTouches();
70 e['sandbox'].style.display = 'none'; 70 e['sandbox'].style.display = 'none';
71 } 71 }
72 } 72 }
73 runTests(); 73 runTests();
74 </script> 74 </script>
75 <script src="../fast/js/resources/js-test-post.js"></script>
76 </body> 75 </body>
77 </html> 76 </html>
OLDNEW
« no previous file with comments | « LayoutTests/touchadjustment/small-target-test.html ('k') | LayoutTests/touchadjustment/touch-links-active.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698