| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html class="reftest-wait"> |
| 3 <title>WebVTT rendering, ::cue(), outline properties</title> | 3 <title>WebVTT rendering, ::cue(), outline properties</title> |
| 4 <link rel="match" href="outline_properties-ref.html"> | 4 <link rel="match" href="outline_properties-ref.html"> |
| 5 <style> | 5 <style> |
| 6 html { overflow:hidden } | 6 html { overflow:hidden } |
| 7 body { margin:0 } | 7 body { margin:0 } |
| 8 ::cue(*) { | 8 ::cue(*) { |
| 9 font-family: Ahem, sans-serif; | 9 font-family: Ahem, sans-serif; |
| 10 outline-style: solid; | 10 outline-style: solid; |
| 11 outline-color: #00f; | 11 outline-color: #00f; |
| 12 outline-width: 2px; | 12 outline-width: 2px; |
| 13 color: green; | 13 color: green; |
| 14 } | 14 } |
| 15 </style> | 15 </style> |
| 16 <script src="/common/reftest-wait.js"></script> | 16 <script src="/common/reftest-wait.js"></script> |
| 17 <video width="1280" height="720" autoplay onplaying="this.onplaying = null; this
.pause(); takeScreenshot();"> | 17 <video width="320" height="180" autoplay onplaying="this.onplaying = null; this.
pause(); takeScreenshot();"> |
| 18 <source src="/media/white.webm" type="video/webm"> | 18 <source src="/media/white.webm" type="video/webm"> |
| 19 <source src="/media/white.mp4" type="video/mp4"> | 19 <source src="/media/white.mp4" type="video/mp4"> |
| 20 <track src="../../support/test.vtt"> | 20 <track src="../../support/test.vtt"> |
| 21 <script> | 21 <script> |
| 22 document.getElementsByTagName('track')[0].track.mode = 'showing'; | 22 document.getElementsByTagName('track')[0].track.mode = 'showing'; |
| 23 </script> | 23 </script> |
| 24 </video> | 24 </video> |
| 25 </html> | 25 </html> |
| OLD | NEW |