blob: c180c384f4e1dae61eef8b982420c79af39e65ab [file] [log] [blame] [edit]
<!DOCTYPE html>
<html>
<title>View transitions: root element style changes during transition</title>
<link rel="help" href="https://github.com/WICG/view-transitions">
<link rel="author" href="mailto:[email protected]">
<style>
#target {
width: 100px;
height: 100px;
contain: paint;
background: green;
}
body {
background: grey;
}
</style>
<div id=target></div>