<!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="help" href="https://drafts.csswg.org/css-view-transitions-2/">
<link rel="author" href="mailto:[email protected]">
<style>
html {
background: lightpink;
}
iframe {
border: 1px solid black;
}
</style>
<iframe src="resources/root-element-transition-iframe-inner-result.html"></iframe>
</html>