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

12 lines
156 B
HTML

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