| OLD | NEW |
| 1 <script src="../fast/js/resources/js-test-pre.js"></script> | 1 <script src="../fast/js/resources/js-test-pre.js"></script> |
| 2 <script> | 2 <script> |
| 3 if (window.layoutTestController) { | 3 if (window.layoutTestController) { |
| 4 layoutTestController.dumpAsText(); | 4 layoutTestController.dumpAsText(); |
| 5 layoutTestController.waitUntilDone(); | 5 layoutTestController.waitUntilDone(); |
| 6 } | 6 } |
| 7 | 7 |
| 8 function runWithKeyDown(fn) | 8 function runWithKeyDown(fn) |
| 9 { | 9 { |
| 10 document.addEventListener('mousedown', function() { fn(); }, false); | 10 document.addEventListener('mousedown', function() { fn(); }, false); |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 } | 34 } |
| 35 }, 0); | 35 }, 0); |
| 36 }, 0); | 36 }, 0); |
| 37 element.webkitRequestFullScreen(); | 37 element.webkitRequestFullScreen(); |
| 38 } | 38 } |
| 39 </script> | 39 </script> |
| 40 <body onload="init()"> | 40 <body onload="init()"> |
| 41 <iframe webkitallowfullscreen src="resources/inner.html" id="block1"></ifram
e> | 41 <iframe webkitallowfullscreen src="resources/inner.html" id="block1"></ifram
e> |
| 42 PASS | 42 PASS |
| 43 </body> | 43 </body> |
| OLD | NEW |