blob: 41467678a31ab07b3ceb639ccf8ecee27761a45f [file] [log] [blame] [edit]
<!DOCTYPE html>
<html>
<title>View transitions: element in top layer during transition (ref)</title>
<link rel="help" href="https://github.com/WICG/view-transitions">
<link rel="author" href="mailto:[email protected]">
<style>
div {
position: fixed;
top: 0;
left: 0;
width: 100px;
height: 100px;
}
.dialog {
background: lightgreen;
}
.backdrop {
background: grey;
top: 120px;
}
</style>
<div class="dialog"></div>
<div class="backdrop"></div>