blob: 6092c7eb23f5ee19689a5381eb7dd646b09f35c5 [file] [log] [blame]
eric.carlson@apple.com2b11b8d2016-05-12 17:53:38 +00001RUN(smallVideo.setAttribute('controls','controls'))
2RUN(smallVideo.setAttribute('autoplay','autoplay'))
3RUN(smallVideo.setAttribute('id','small'))
4RUN(document.body.appendChild(smallVideo))
5
6RUN(largeVideo.setAttribute('controls','controls'))
7RUN(largeVideo.setAttribute('autoplay','autoplay'))
8RUN(largeVideo.setAttribute('id','large'))
9RUN(document.body.appendChild(largeVideo))
10
11Large video auto-played, small video did not. OK
12END OF TEST
13