| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <title>Touch Adjustment : content editable div - bug 97576</title> | 4 <title>Touch Adjustment : content editable div - bug 97576</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 body { | 8 body { |
| 9 font-size: 12px; | 9 font-size: 12px; |
| 10 line-height: 14px; | 10 line-height: 14px; |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 testIndirectTouches(); | 95 testIndirectTouches(); |
| 96 debug('test richly editable div'); | 96 debug('test richly editable div'); |
| 97 element = document.getElementById('rich-text'); | 97 element = document.getElementById('rich-text'); |
| 98 rowHeight = 14; | 98 rowHeight = 14; |
| 99 testDirectTouches(); | 99 testDirectTouches(); |
| 100 testIndirectTouches(); | 100 testIndirectTouches(); |
| 101 } | 101 } |
| 102 } | 102 } |
| 103 runTests(); | 103 runTests(); |
| 104 </script> | 104 </script> |
| 105 <script src="../fast/js/resources/js-test-post.js"></script> | |
| 106 </body> | 105 </body> |
| 107 </html> | 106 </html> |
| OLD | NEW |