Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(424)

Side by Side Diff: LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/the-audio-element/audio_002.htm

Issue 1144143009: W3C Test: Import web-platform-tests/html/semantics (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <title>HTML5 Media Elements: Content inside the 'audio' element is not shown t o 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/#audio" />
8 <link rel="match" href="audio_content-ref.htm" />
9 <meta name="assert" content="Content inside the 'audio' element is not shown t o the user." />
10 </head>
11 <body>
12 <p>Test passes if there is no red.</p>
13 <div id='testcontent'>
14 <audio><span style="color: red;">FAIL</span></audio>
15
16 </div>
17 </body>
18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698