15 lines
485 B
HTML
15 lines
485 B
HTML
<!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: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>
|