blob: 9b2fbb27694d61aa9155c25dedb0c0f2a5fa0aba [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>video controls fullscreen button</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>
<script>
window.internals.settings.setFullscreenSupported(false);
fullscreen_not_supported_test();
</script>
</body>
</html>