blob: 2e6c52b975cc55f9c2f30060ce37c803374db8f4 [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-controls.js"></script>
<script src="video-controls-fullscreen.js"></script>
</head>
<body>
<script>
internals.settings.setFullscreenSupported(false);
fullscreen_not_supported_test();
</script>
</body>
</html>