trisquel-icecat/icecat/testing/web-platform/tests/css/css-view-transitions/no-painting-while-render-blocked-ref.html
2025-10-06 02:35:48 -06:00

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>