summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-view-transitions/iframe-new-has-scrollbar-ref.html
blob: 338f8a6f23e1708383e7717de5a8267227719ace (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
  <title>View transitions: iframe transition to scrollbar (ref)</title>
  <link rel="help" href="https://drafts.csswg.org/css-view-transitions-1/">
  <link rel="author" href="mailto:bokan@chromium.org">
  <style>
    iframe {
      width: 50vw;
      height: 50vh;
    }
  </style>
</head>

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