| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <title>Touch Adjustment : Adjust to context menu providers - bug 94101</titl
e> | 4 <title>Touch Adjustment : Adjust to context menu providers - bug 94101</titl
e> |
| 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 // Set editing-behaviour to win, so context-menu gesture does not tr
igger selections. | 80 // Set editing-behaviour to win, so context-menu gesture does not tr
igger selections. |
| 81 internals.settings.setEditingBehavior('win'); | 81 internals.settings.setEditingBehavior('win'); |
| 82 testDirectTouches(); | 82 testDirectTouches(); |
| 83 testAdjustedTouches(); | 83 testAdjustedTouches(); |
| 84 e.sandbox.style.display = 'none'; | 84 e.sandbox.style.display = 'none'; |
| 85 } | 85 } |
| 86 } | 86 } |
| 87 runTests(); | 87 runTests(); |
| 88 </script> | 88 </script> |
| 89 | 89 |
| 90 <script src="../fast/js/resources/js-test-post.js"></script> | |
| 91 | 90 |
| 92 </body> | 91 </body> |
| 93 </html> | 92 </html> |
| OLD | NEW |