chromium/third_party/blink/web_tests/svg/custom/object-data-href-expected.html

<!DOCTYPE html>
<html>
<body style="margin: 0px; padding: 0px;">
  <object data="data:image/svg+xml,
    <svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'>
      <rect id='rect' width='100' height='100' fill='green'/>
    </svg>
  "></object>
</body>
</html>