embedded_style_urls.html (572B)
1 <!DOCTYPE html> 2 <html class="reftest-wait"> 3 <title>Embedded Style: URLs, only allow data URLs</title> 4 <link rel="match" href="embedded_style_urls-ref.html"> 5 <link rel="help" href="https://w3c.github.io/webvtt/#obtaining-css-boxes"> 6 <script src="/common/reftest-wait.js"></script> 7 <video width="320" height="180" autoplay onplaying="this.onplaying = null; this.pause(); takeScreenshot();"> 8 <source src="/media/white.webm" type="video/webm"> 9 <source src="/media/white.mp4" type="video/mp4"> 10 <track src="support/embedded_style_urls.vtt" default> 11 </video> 12 </html>