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

Side by Side Diff: LayoutTests/touchadjustment/context-menu-select-text.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 : Adjust context-menu to selectable text - bug 94101 </title> 4 <title>Touch Adjustment : Adjust context-menu to selectable text - bug 94101 </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 top: 0px; 10 top: 0px;
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 { 50 {
51 if (window.testRunner && window.internals && internals.touchNodeAdjusted ToBestContextMenuNode) { 51 if (window.testRunner && window.internals && internals.touchNodeAdjusted ToBestContextMenuNode) {
52 description('Test touch adjustment for context-menu gestures with au tomatic select behaviour.'); 52 description('Test touch adjustment for context-menu gestures with au tomatic select behaviour.');
53 testAdjustedTouches(); 53 testAdjustedTouches();
54 e.sandbox.style.display = 'none'; 54 e.sandbox.style.display = 'none';
55 } 55 }
56 } 56 }
57 runTests(); 57 runTests();
58 </script> 58 </script>
59 59
60 <script src="../fast/js/resources/js-test-post.js"></script>
61 60
62 </body> 61 </body>
63 </html> 62 </html>
OLDNEW
« no previous file with comments | « LayoutTests/touchadjustment/context-menu.html ('k') | LayoutTests/touchadjustment/context-menu-shadow-node.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698