blob: f394b3c6d77911902f3a27394d1e9d7a03dd9bc9 [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>
<iframe allowfullscreen></iframe>
<script>fullscreen_iframe_test();</script>
</body>
</html>