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

13 lines
149 B
HTML

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