Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<title>View transitions: Rendering suppression prevents painting (ref)</title>
<link rel="author" href="mailto:mattwoodrow@apple.com">
<style>
#target {
width: 200px;
height: 200px;
background: green;
}
</style>
<div id=target></div>