blob: 863fbc9c52156f8488783434cbaaf42bb0d32378 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>video controls fullscreen button in iframe with allowfullscreen attribute</title>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="media-file.js"></script>
<script src="media-controls.js"></script>
<script src="video-controls-fullscreen.js"></script>
</head>
<body>
<div id="log"></div>
<iframe allowfullscreen></iframe>
<script>fullscreen_iframe_test();</script>
</body>
</html>