| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <title>Touch Adjustment : Inlines and line-breaks - bug 78801</title> | 4 <title>Touch Adjustment : Inlines and line-breaks - bug 78801</title> |
| 5 <script src="../fast/js/resources/js-test-pre.js"></script> | 5 <script src="../resources/js-test.js"></script> |
| 6 <script src="resources/touchadjustment.js"></script> | 6 <script src="resources/touchadjustment.js"></script> |
| 7 <style> | 7 <style> |
| 8 #sandbox { position: absolute; top: 0px; left: 0px; font: 16px Ahem; lin
e-height: 20px } | 8 #sandbox { position: absolute; top: 0px; left: 0px; font: 16px Ahem; lin
e-height: 20px } |
| 9 </style> | 9 </style> |
| 10 </head> | 10 </head> |
| 11 <body> | 11 <body> |
| 12 | 12 |
| 13 <div id=sandbox> | 13 <div id=sandbox> |
| 14 <p style="width: 22em;"> | 14 <p style="width: 22em;"> |
| 15 <a id="1" href="#1">some link</a><br> | 15 <a id="1" href="#1">some link</a><br> |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 testDirectTouches(); | 67 testDirectTouches(); |
| 68 testDirectMisses(); | 68 testDirectMisses(); |
| 69 testIndirectTouches(); | 69 testIndirectTouches(); |
| 70 e['sandbox'].style.display = 'none'; | 70 e['sandbox'].style.display = 'none'; |
| 71 } | 71 } |
| 72 } | 72 } |
| 73 runTests(); | 73 runTests(); |
| 74 </script> | 74 </script> |
| 75 </body> | 75 </body> |
| 76 </html> | 76 </html> |
| OLD | NEW |