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

<!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-controls.js"></script>
        <script src="video-controls-fullscreen.js"></script>
    </head>
    <body>
        <script>fullscreen_test();</script>
    </body>
</html>