blob: e2597a2325d10f6fe799aa71d5e00d59561aa605 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
#circles {
position: absolute;
left: 10px;
top: 40px;
width: 400px;
height: 100px;
background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><circle cx='50' cy='50' r='50' fill='green' /></svg>");
}
</style>
</head>
<body>
Test for WK110295: This test passes if there are four green circles with sharp edges.<br/>
<div id="circles"></div>
</body>
</html>