<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - If src is empty in img tag it shows a gray border around the image"
   href="https://bugs.webkit.org/show_bug.cgi?id=146383#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - If src is empty in img tag it shows a gray border around the image"
   href="https://bugs.webkit.org/show_bug.cgi?id=146383">bug 146383</a>
              from <span class="vcard"><a class="email" href="mailto:thomasmulhall410&#64;yahoo.com" title="paladox &lt;thomasmulhall410&#64;yahoo.com&gt;"> <span class="fn">paladox</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=146383#c8">comment #8</a>)
<span class="quote">&gt; So what are you doing on other browsers that also show a gray border?</span >

I'm trying to not set src because I have created a patch for gerrit but I not really know how to program in java so I just had to re use a public function that allowed me to get the image I wanted. But the image was inside a background-image: css property. But if I only add a class to img and doint set a valid image in src, it will show a grey border. I would really like it if the grey border could be removed please?

See here <a href="https://gerrit-review.googlesource.com/#/c/91471/10/gerrit-gwtui/src/main/java/com/google/gerrit/client/change/Labels.java">https://gerrit-review.googlesource.com/#/c/91471/10/gerrit-gwtui/src/main/java/com/google/gerrit/client/change/Labels.java</a>

scroll to line

203

and

211

I had to set that src with a blank image otherwise a grey border will show.

But it is unlikely they will merge the patch since that is just a work around.

Line 202 is where I set the class for the image

same for line 210</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>