haikuwebkit/LayoutTests/svg/dynamic-updates/SVGLinearGradientElement-sv...

15 lines
270 B
HTML

<!DOCTYPE html>
<html>
<style>
#container {
width: 100px;
height: 100px;
background-color: green;
}
</style>
<body>
<p>Test passes if you see a single 100px by 100px green box below.</p>
<div id="container"></div>
</body>
</html>