blob: 8c7ab1bc5ffee13ff74e7bf33532145180b50e70 [file] [edit]
<!DOCTYPE html>
<title>View transitions: Rendering suppression prevents painting (ref)</title>
<link rel="author" href="mailto:[email protected]">
<style>
#target {
width: 200px;
height: 200px;
background: green;
}
</style>
<div id=target></div>