chromium/third_party/blink/web_tests/svg/as-background-image/svg-transformed-background-expected.html

<!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>