Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<title>View transitions: basic cross-document navigation in an iframe while the main frame has a same-document transition (ref)</title>
<link rel="author" href="mailto:khushalsagar@chromium.org">
<style>
html {
background: lightpink;
}
iframe {
border: 1px solid black;
}
</style>
<iframe src="resources/root-element-transition-iframe-inner-result.html"></iframe>
</html>