| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <title>Touch Adjustment : Plugin boundary - bug ????</title> | 4 <title>Touch Adjustment : Plugin boundary - bug ????</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 #plugin { | 8 #plugin { |
| 9 height: 160px; | 9 height: 160px; |
| 10 margin-left: 10px; | 10 margin-left: 10px; |
| 11 margin-top: 10px; | 11 margin-top: 10px; |
| 12 width: 320px; | 12 width: 320px; |
| 13 } | 13 } |
| 14 #toolbar { | 14 #toolbar { |
| 15 -webkit-box-align: stretch; | 15 -webkit-box-align: stretch; |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 description('Tests touch-adjustment at a plugin boundary.'); | 83 description('Tests touch-adjustment at a plugin boundary.'); |
| 84 testDirectTouches(); | 84 testDirectTouches(); |
| 85 testIndirectTouches(); | 85 testIndirectTouches(); |
| 86 e['sandbox'].style.display = 'none'; | 86 e['sandbox'].style.display = 'none'; |
| 87 } | 87 } |
| 88 } | 88 } |
| 89 runTests(); | 89 runTests(); |
| 90 </script> | 90 </script> |
| 91 </body> | 91 </body> |
| 92 </html> | 92 </html> |
| OLD | NEW |