features/html/static_elements.html in druid-ts-1.1.6 vs features/html/static_elements.html in druid-ts-1.1.7
- old
+ new
@@ -38,9 +38,11 @@
ctx.fillStyle="#FF0000";
ctx.fillRect=(0,0,150,75);
</script>
<audio controls id="audio" name="audio" class="audio">
+ <!-- <source src="04-Death_Becomes_Fur.mp4" type='audio/mp4'/> -->
+ <!-- <source src="04-Death_Becomes_Fur.oga" type='audio/ogg; codecs=vorbis'/> -->
<p>Your user agent does not support the HTML5 Audio element.</p>
</audio>
<video width="320" height="240" controls="controls" id="video" name="video" class="video">
Your Browser does not support the video tag.