| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <script src="media-file.js"></script> | 3 <script src="media-file.js"></script> |
| 4 | 4 |
| 5 <script> | 5 <script> |
| 6 if (window.testRunner) { | 6 if (window.testRunner) { |
| 7 testRunner.dumpAsText(); | 7 testRunner.dumpAsText(); |
| 8 testRunner.waitUntilDone(); | 8 testRunner.waitUntilDone(); |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 <div id="contents"> | 27 <div id="contents"> |
| 28 <!-- This is required to reproduce. --> | 28 <!-- This is required to reproduce. --> |
| 29 <video> | 29 <video> |
| 30 <!-- Only if we cannot eval the content of oncanplaythrough (i.e. on
ly if the content of oncanplaythough | 30 <!-- Only if we cannot eval the content of oncanplaythrough (i.e. on
ly if the content of oncanplaythough |
| 31 has invalid syntax), this test causes a crash. --> | 31 has invalid syntax), this test causes a crash. --> |
| 32 <video oncanplaythrough='if'> | 32 <video oncanplaythrough='if'> |
| 33 </div> | 33 </div> |
| 34 </div> | 34 </div> |
| 35 </body> | 35 </body> |
| 36 </html> | 36 </html> |
| OLD | NEW |