<!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:[email protected]">
<style>
iframe {
width: 50vw;
height: 50vh;
}
</style>
</head>
<body>
<iframe src="support/iframe-scrollbar-child.html?scrollbar">
</iframe>
</body>
</html>