| 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="../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 #plugin { | 8 #plugin { |
| 9 height: 160px; | 9 height: 160px; |
| 10 margin-left: 10px; | 10 margin-left: 10px; |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 { | 81 { |
| 82 if (window.testRunner && window.internals && internals.touchNodeAdjusted
ToBestClickableNode) { | 82 if (window.testRunner && window.internals && internals.touchNodeAdjusted
ToBestClickableNode) { |
| 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 <script src="../fast/js/resources/js-test-post.js"></script> | |
| 92 </body> | 91 </body> |
| 93 </html> | 92 </html> |
| OLD | NEW |