| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html class="reftest-wait"> | 2 <html class="reftest-wait"> |
| 3 <title>Reference for WebVTT rendering, <audio> should not have subtitles</
title> | 3 <title>Reference for WebVTT rendering, <audio> should not have subtitles</
title> |
| 4 <style> | 4 <style> |
| 5 audio { | 5 audio { |
| 6 width: 1280px; | 6 width: 320px; |
| 7 height: 720px; | 7 height: 180px; |
| 8 outline: solid | 8 outline: solid |
| 9 } | 9 } |
| 10 </style> | 10 </style> |
| 11 <script src="/common/reftest-wait.js"></script> | 11 <script src="/common/reftest-wait.js"></script> |
| 12 <audio autoplay controls onplaying="this.onplaying = null; this.pause(); this.cu
rrentTime = 0; takeScreenshot();"> | 12 <audio autoplay controls onplaying="this.onplaying = null; this.pause(); this.cu
rrentTime = 0; takeScreenshotDelayed(1000)"> |
| 13 <source src="/media/white.webm" type="video/webm"> | 13 <source src="/media/white.webm" type="video/webm"> |
| 14 <source src="/media/white.mp4" type="video/mp4"> | 14 <source src="/media/white.mp4" type="video/mp4"> |
| 15 </audio> | 15 </audio> |
| OLD | NEW |