blob: b270d8f62b105d87bc883e8b291ebeb5ddbb6927 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>video controls fullscreen button in iframe without 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></iframe>
<script>fullscreen_iframe_test();</script>
</body>
</html>