blob: efccf4f96bc47b3d466af7fcba6b7fab4198ff24 [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-controls.js"></script>
<script src="video-controls-fullscreen.js"></script>
</head>
<body>
<iframe allow="fullscreen 'none';"></iframe>
<script>fullscreen_iframe_test();</script>
</body>
</html>