Sha256: 853b533e3ad69c5d9bcd56f9eb4342a1f22a5bfd98380847baf598215aa335aa

Contents?: true

Size: 687 Bytes

Versions: 2

Compression:

Stored size: 687 Bytes

Contents

<html>
<head>
    <title>Audio and Video</title>
</head>
  <body>

    <h2>Audio & Video</h2>
    <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">
      <source src="movie.mp4" type="video/mp4" />
      <source src="movie.ogg" type="video/ogg" />
      Your browser does not support the video tag.
    </video>

  </body>
</head>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
page-object-1.2.0 features/sample-app/public/audio_video.html
page-object-1.1.1 features/sample-app/public/audio_video.html