<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - ASSERTION FAILED: !url.protocolIsData() in WebCore::SVGURIReference::isExternalURIReference"
   href="https://bugs.webkit.org/show_bug.cgi?id=149460#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - ASSERTION FAILED: !url.protocolIsData() in WebCore::SVGURIReference::isExternalURIReference"
   href="https://bugs.webkit.org/show_bug.cgi?id=149460">bug 149460</a>
              from <span class="vcard"><a class="email" href="mailto:sabouhallawa&#64;apple.com" title="Said Abou-Hallawa &lt;sabouhallawa&#64;apple.com&gt;"> <span class="fn">Said Abou-Hallawa</span></a>
</span></b>
        <pre>Correct SVG href should not be a data url. But if this happens we should not assert. This assertion was added by <a href="https://trac.webkit.org/changeset/183053">https://trac.webkit.org/changeset/183053</a>. The changeLog does not describe why this assertion was added. But I think it was added because the assumption was the mask data URI was handled by the CSS parser and SVGURIReference should not be receiving a data URI which might correct for masks. But it is not the case for the SVG href itself which can be a data uri for incorrect SVG documents.

So I think this assertion is not correct and should be removed.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>