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

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