blob: e60fe4e10593d58bcc96191fc13decb5d748d549 [file] [log] [blame]
<!DOCTYPE html>
<html>
<title>Test that autoplay works on child frames, but only if allowed.</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="resources/autoplay-test.js"></script>
<!-- This is a cross origin iframe with a same origin child with no allow attribute -->
<iframe allow="autoplay"></iframe>
<script>
simulateViewportClick();
runTest(simulateViewportClick, [
['http://127.0.0.1:8000/media/autoplay/document-user-activation-feature-policy-alternating.html', true],
['http://localhost:8000/media/autoplay/resources/nested-iframe-1b.html', true],
['http://127.0.0.1:8000/media/autoplay/resources/nested-iframe-2.html', false]
]);
</script>
</html>