Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<title>View transitions: transform-style: preserve-3d is respected on pseudo elements</title>
<style>
body {
background: pink;
}
div {
width: 200px;
height: 200px;
background: green;
}
</style>
<div id="target"></div>
</html>