chromium/third_party/blink/web_tests/fullscreen/resources/inner-video.html

<!DOCTYPE html>
<body style="margin: 0px;">
  <button onclick="document.querySelector('video').webkitRequestFullScreen();">Make video fullscreen</button>
  <br />
  <video></video>
</body>