OLD | NEW |
1 <html> | 1 <html> |
2 <script src="../../js/resources/js-test-pre.js"></script> | 2 <script src="../../../resources/js-test.js"></script> |
3 <style type="text/css"> | 3 <style type="text/css"> |
4 #box { | 4 #box { |
5 background-color:blue; | 5 background-color:blue; |
6 width:100px; | 6 width:100px; |
7 height:100px; | 7 height:100px; |
8 } | 8 } |
9 | 9 |
10 #box:active { | 10 #box:active { |
11 visibility:hidden; | 11 visibility:hidden; |
12 } | 12 } |
(...skipping 22 matching lines...) Expand all Loading... |
35 eventSender.touchStart(); | 35 eventSender.touchStart(); |
36 } else | 36 } else |
37 debug('This test requires DRT.'); | 37 debug('This test requires DRT.'); |
38 } | 38 } |
39 | 39 |
40 if (window.testRunner) | 40 if (window.testRunner) |
41 testRunner.waitUntilDone(); | 41 testRunner.waitUntilDone(); |
42 </script> | 42 </script> |
43 </body> | 43 </body> |
44 </html> | 44 </html> |
OLD | NEW |