| OLD | NEW |
| 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <script src="../../js/resources/js-test-pre.js"></script> | 4 <script src="../../../resources/js-test.js"></script> |
| 5 <style type="text/css"> | 5 <style type="text/css"> |
| 6 #touchtarget { | 6 #touchtarget { |
| 7 width: 100px; | 7 width: 100px; |
| 8 height: 100px; | 8 height: 100px; |
| 9 background: blue; | 9 background: blue; |
| 10 } | 10 } |
| 11 </style> | 11 </style> |
| 12 </head> | 12 </head> |
| 13 <body onload="runTest();"> | 13 <body onload="runTest();"> |
| 14 <div id="touchtarget"> | 14 <div id="touchtarget"> |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 } else { | 86 } else { |
| 87 endTest(); | 87 endTest(); |
| 88 } | 88 } |
| 89 } else { | 89 } else { |
| 90 debug("This test requires DumpRenderTree. Tap on the blue rect to log."
) | 90 debug("This test requires DumpRenderTree. Tap on the blue rect to log."
) |
| 91 } | 91 } |
| 92 } | 92 } |
| 93 </script> | 93 </script> |
| 94 </body> | 94 </body> |
| 95 </html> | 95 </html> |
| OLD | NEW |