video_content_text.htm (632B)
1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <title>HTML5 Media Elements: Content inside the 'video' element is not shown to the user.</title> 5 <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> 6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 7 <link rel="help" href="https://html.spec.whatwg.org/multipage/#video" /> 8 <link rel="match" href="video_content-ref.htm" /> 9 <meta name="assert" content="Content inside the 'video' element is not shown to the user." /> 10 </head> 11 <body> 12 <div id='testcontent'> 13 <video><p style="color: red;">FAIL</p></video> 14 </div> 15 </body> 16 </html>