Skip to content

Commit

Permalink
Ressources de test externes
Browse files Browse the repository at this point in the history
  • Loading branch information
felixgirault committed Dec 22, 2020
1 parent 05287a9 commit 4c93464
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file removed test/datas/audio.mp3
Binary file not shown.
Binary file removed test/datas/video.mp4
Binary file not shown.
8 changes: 4 additions & 4 deletions test/test-ester.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ <h1 class="titre-section">&lt;aside&gt;</h1>
<section class="section">
<h1 class="titre-section">&lt;audio&gt;</h1>

<audio id="audio" tabindex="0" src="datas/audio.mp3" controls preload="auto">
<audio id="audio" tabindex="0" src="https://interactive-examples.mdn.mozilla.net/media/cc0-audio/t-rex-roar.mp3" controls preload="auto">
<p>
Your browser does not support the <code>&lt;audio&gt;</code> element.<br>
<a href="datas/audio.mp3" target="_blank" title="Download &quot;audio.mp3&quot; and play it with your software of choice. (new window)">
<a href="https://interactive-examples.mdn.mozilla.net/media/cc0-audio/t-rex-roar.mp3" target="_blank" title="Download &quot;t-rex-roar.mp3&quot; and play it with your software of choice. (new window)">
Download "audio.mp3" and play it with your software of choice.
</a>
</p>
Expand Down Expand Up @@ -488,10 +488,10 @@ <h6>A &lt;h6&gt; long enough to seem plausible</h6>
<section class="section">
<h1 class="titre-section">&lt;video&gt;</h1>

<video id="video" tabindex="0" src="datas/video.mp4" controls preload="auto">
<video id="video" tabindex="0" src="https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.mp4" controls preload="auto">
<p>
Your browser does not support the <code>&lt;audio&gt;</code> element.<br>
<a href="datas/video.mp4" target="_blank" title="Download &quot;video.mp4&quot; and play it with your software of choice. (new window)">Download "video.mp4" and play it with your software of choice.</a>
<a href="https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.mp4" target="_blank" title="Download &quot;flower.mp4&quot; and play it with your software of choice. (new window)">Download "video.mp4" and play it with your software of choice.</a>
</p>
</audio>
</section>
Expand Down

0 comments on commit 4c93464

Please sign in to comment.