| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <title>Touch Adjustment : Adjust context-menu to text-node subtargets - bug
94449</title> | 4 <title>Touch Adjustment : Adjust context-menu to text-node subtargets - bug
94449</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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 { | 72 { |
| 73 if (window.testRunner && window.internals && internals.touchNodeAdjusted
ToBestContextMenuNode) { | 73 if (window.testRunner && window.internals && internals.touchNodeAdjusted
ToBestContextMenuNode) { |
| 74 description('Test touch-adjustment to individual words or active sel
ection.'); | 74 description('Test touch-adjustment to individual words or active sel
ection.'); |
| 75 testAdjustedTouches(); | 75 testAdjustedTouches(); |
| 76 e.sandbox.style.display = 'none'; | 76 e.sandbox.style.display = 'none'; |
| 77 } | 77 } |
| 78 } | 78 } |
| 79 runTests(); | 79 runTests(); |
| 80 </script> | 80 </script> |
| 81 | 81 |
| 82 <script src="../fast/js/resources/js-test-post.js"></script> | |
| 83 | 82 |
| 84 </body> | 83 </body> |
| 85 </html> | 84 </html> |
| OLD | NEW |