| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html class="reftest-wait"> |
| 3 <title>WebVTT rendering, bidi U+0041 first</title> | 3 <title>WebVTT rendering, bidi U+0041 first</title> |
| 4 <link rel="match" href="u0041_first-ref.html"> | 4 <link rel="match" href="u0041_first-ref.html"> |
| 5 <!-- | 5 <!-- |
| 6 0041..005A ; L # L& [26] LATIN CAPITAL LETTER A..LATIN CAPITAL LETTER Z | 6 0041..005A ; L # L& [26] LATIN CAPITAL LETTER A..LATIN CAPITAL LETTER Z |
| 7 http://www.unicode.org/Public/UNIDATA/extracted/DerivedBidiClass.txt | 7 http://www.unicode.org/Public/UNIDATA/extracted/DerivedBidiClass.txt |
| 8 --> | 8 --> |
| 9 <style> | 9 <style> |
| 10 html { overflow:hidden } | 10 html { overflow:hidden } |
| 11 body { margin:0 } | 11 body { margin:0 } |
| 12 </style> | 12 </style> |
| 13 <script src="/common/reftest-wait.js"></script> | 13 <script src="/common/reftest-wait.js"></script> |
| 14 <video width="1280" height="720" autoplay onplaying="this.onplaying = null; this
.pause(); takeScreenshot();"> | 14 <video width="320" height="180" autoplay onplaying="this.onplaying = null; this.
pause(); takeScreenshot();"> |
| 15 <source src="/media/white.webm" type="video/webm"> | 15 <source src="/media/white.webm" type="video/webm"> |
| 16 <source src="/media/white.mp4" type="video/mp4"> | 16 <source src="/media/white.mp4" type="video/mp4"> |
| 17 <track src="../support/u0041_first.vtt"> | 17 <track src="../support/u0041_first.vtt"> |
| 18 <script> | 18 <script> |
| 19 document.getElementsByTagName('track')[0].track.mode = 'showing'; | 19 document.getElementsByTagName('track')[0].track.mode = 'showing'; |
| 20 </script> | 20 </script> |
| 21 </video> | 21 </video> |
| 22 </html> | 22 </html> |
| OLD | NEW |