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

Side by Side Diff: LayoutTests/touchadjustment/big-div.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 : Too aggresive adjustments for large elements - bug 91262</title> 4 <title>Touch Adjustment : Too aggresive adjustments for large elements - bug 91262</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 #targetDiv { 8 #targetDiv {
9 background: #00f; 9 background: #00f;
10 height: 400px; 10 height: 400px;
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 76
77 function runTests() 77 function runTests()
78 { 78 {
79 if (window.testRunner && window.internals && internals.touchNodeAdjusted ToBestClickableNode) { 79 if (window.testRunner && window.internals && internals.touchNodeAdjusted ToBestClickableNode) {
80 description('Test touch adjustment on a large div. The adjusted tou ch point should lie inside the target element and within the touch area.'); 80 description('Test touch adjustment on a large div. The adjusted tou ch point should lie inside the target element and within the touch area.');
81 runTouchTests(); 81 runTouchTests();
82 } 82 }
83 } 83 }
84 runTests(); 84 runTests();
85 </script> 85 </script>
86 <script src="../fast/js/resources/js-test-post.js"></script>
87 </body> 86 </body>
88 </html> 87 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/text/svgtextcontentelement-methods-parameters.html ('k') | LayoutTests/touchadjustment/block-testing.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698