blob: 30f0085d4f95458d156ff56f78d6c2558994843a [file] [log] [blame]
Test that "invisible autoplay not allowed restriction" plays media when scrolled into view.
RUN(internals.setMediaElementRestrictions(video, "InvisibleAutoplayNotPermitted"))
** setting video.src
RUN(document.body.appendChild(video))
EVENT(play)
END OF TEST