chromium/third_party/blink/web_tests/media/video-controls-fullscreen-not-supported.html

<!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>