OLD | NEW |
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="../resources/ahem.js"></script> |
5 <script src="../resources/js-test.js"></script> | 6 <script src="../resources/js-test.js"></script> |
6 <script src="resources/touchadjustment.js"></script> | 7 <script src="resources/touchadjustment.js"></script> |
7 <style> | 8 <style> |
8 #sandbox { | 9 #sandbox { |
9 position: absolute; | 10 position: absolute; |
10 top: 0px; | 11 top: 0px; |
11 left: 0px; | 12 left: 0px; |
12 width: 400px; | 13 width: 400px; |
13 height: 200px; | 14 height: 200px; |
14 } | 15 } |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 testAdjustedTouches(); | 54 testAdjustedTouches(); |
54 e.sandbox.style.display = 'none'; | 55 e.sandbox.style.display = 'none'; |
55 } | 56 } |
56 } | 57 } |
57 runTests(); | 58 runTests(); |
58 </script> | 59 </script> |
59 | 60 |
60 | 61 |
61 </body> | 62 </body> |
62 </html> | 63 </html> |
OLD | NEW |