haikuwebkit/LayoutTests/fast/css-custom-paint/constructor-expected.html

14 lines
266 B
HTML

<!DOCTYPE html>
<style>
.paint {
width: 150px;
height: 150px;
}
</style>
<body>
<div class="paint" style="background: white;"></div>
<div class="paint" style="background: green;"></div>
<div class="paint" style="background: green;"></div>
</body>