<!DOCTYPE html>
<html>
<head>
  <title>View transitions: iframe transition from scrollbar (ref)</title>
  <link rel="help" href="https://github.com/WICG/view-transitions">
  <link rel="author" href="mailto:bokan@chromium.org">
  <style>
    iframe {
      width: 50vw;
      height: 50vh;
    }
  </style>
</head>

<body>
  <iframe src="support/iframe-scrollbar-child.html">
  </iframe>
</body>
</html>