Why is there no image with images in the image, and not text from the alt tag in Chrome?

So, the rails code I used:

<%= image_tag("logo.png", :alt => "Sample App", :class => "round") %> 

HTML output:

 <img alt="Sample App" class="round" src="/images/logo.png" /> 

But when I load the page, it shows a broken image symbol.

What gives?

I load it into the latest stable build of Chrome on Windows, fyi.

Aside ... it shows text and works fine in Firefox on Windows. But Chrome is breaking it.

+4
source share
1 answer

This is a bug in Webkit . Therefore, this is a bug in Chrome .

+7
source

All Articles