haikuwebkit/LayoutTests/css3/filters/svg-blur-filter-clipped-exp...

12 lines
198 B
HTML

<style>
.container {
width: 100px;
height: 100px;
display: inline-block;
background-color: green;
}
</style>
<body>
<div class="container"></div>
</body>