| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <title>Touch Adjustment : Disabled form elements - bug 92093</title> | 4 <title>Touch Adjustment : Disabled form elements - bug 92093</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 type="text/css"> | 7 <style type="text/css"> |
| 8 #sandbox { | 8 #sandbox { |
| 9 position: absolute; | 9 position: absolute; |
| 10 left: 0px; | 10 left: 0px; |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 description(document.title); | 63 description(document.title); |
| 64 testDirectTouches(); | 64 testDirectTouches(); |
| 65 testAdjustedTouches(); | 65 testAdjustedTouches(); |
| 66 e.sandbox.style.display = 'none'; | 66 e.sandbox.style.display = 'none'; |
| 67 } | 67 } |
| 68 } | 68 } |
| 69 | 69 |
| 70 runTests(); | 70 runTests(); |
| 71 </script> | 71 </script> |
| 72 | 72 |
| 73 <script src="../fast/js/resources/js-test-post.js"></script> | |
| 74 | 73 |
| 75 </body> | 74 </body> |
| 76 </html> | 75 </html> |
| OLD | NEW |