Skip to content

Commit db80311

Browse files
committed
Add <audio> and <video> tests to demo. Fix necolas#21
1 parent 8cece82 commit db80311

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

demo.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ <h1>Text-level semantics</h1>
8080

8181
<h1>Embedded content</h1>
8282

83+
<h3>audio</h3>
84+
85+
<audio controls></audio>
86+
<audio></audio>
87+
8388
<h3>img</h3>
8489

8590
<img src="http://placekitten.com/100/100" alt="">
@@ -89,6 +94,11 @@ <h3>svg</h3>
8994

9095
<svg style="width:100px; height:100px;"><circle cx="100" cy="100" r="100" fill="#ff0000"></svg>
9196

97+
<h3>video</h3>
98+
99+
<video controls></video>
100+
<video></video>
101+
92102
<h1>Grouping content</h1>
93103

94104
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m.</p>

0 commit comments

Comments
 (0)