12 lines
257 B
HTML
12 lines
257 B
HTML
<!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>
|