forked from mirrors/gecko-dev
Test that a video which tries to autoplay via either a play() call or via an autoplay attribute: * Plays when it has a pre-existing "allow" autoplay-media permission. * Is blocked when it has a pre-existing "block" autoplay-media permission. * Plays when it doesn't have a pre-existing autoplay-media permission and "allow" is pressed on the door hanger. * Is blocked when it doesn't have a pre-existing autoplay-media permission and "block" is pressed on the door hanger. MozReview-Commit-ID: CpftV6RQbtU --HG-- extra : rebase_source : a9c38a7e7071e3ebd34f10175f4f22cd84c4c303
8 lines
121 B
HTML
8 lines
121 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Page left intentionally blank...</title>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|