eric.carlson@apple.com | 2b11b8d | 2016-05-12 17:53:38 +0000 | [diff] [blame] | 1 | RUN(smallVideo.setAttribute('controls','controls')) |
| 2 | RUN(smallVideo.setAttribute('autoplay','autoplay')) |
| 3 | RUN(smallVideo.setAttribute('id','small')) |
| 4 | RUN(document.body.appendChild(smallVideo)) |
| 5 | |
| 6 | RUN(largeVideo.setAttribute('controls','controls')) |
| 7 | RUN(largeVideo.setAttribute('autoplay','autoplay')) |
| 8 | RUN(largeVideo.setAttribute('id','large')) |
| 9 | RUN(document.body.appendChild(largeVideo)) |
| 10 | |
| 11 | Large video auto-played, small video did not. OK |
| 12 | END OF TEST |
| 13 | |