Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<title>View transitions: iframe transition from scrollbar (ref)</title>
<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>