blob: 5ce912332f0b4eab5f34b9f1e1af0de15eb45865 [file] [log] [blame]
<!DOCTYPE html>
<html>
<title>Test that autoplay works on a cross origin iframe if there is a gesture in that frame.</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/media-resources/media-file.js"></script>
<script src="resources/autoplay-test.js"></script>
<!-- This is a cross origin iframe with a same origin child with allow="autoplay" -->
<iframe allow="autoplay" src="http://localhost:8000/media/autoplay/resources/nested-iframe-1a.html"></iframe>
<script>
simulateFrameClick();
runTest({
'http://127.0.0.1:8000/media/autoplay/document-user-activation-cross-origin-feature-policy-gesture.html': true,
'http://localhost:8000/media/autoplay/resources/nested-iframe-1a.html': true,
'http://127.0.0.1:8000/media/autoplay/resources/nested-iframe-2.html': true
});
</script>
</html>