blob: 880419e55f6921885b06ce21af86a56e27e62b47 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>video controls fullscreen button with fullscreenSupported setting disabled</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>