Vaadin 7.1.9 in Chromium

Hello,

I notice something like rendering problem with latest Vaadin releases in Chromium 31.0.1650.63 under linux Ubuntu 13.10.
First, look what I see at the vaadin download page:

Second, I downloaded the Adressbook example:
git clone https://github.com/vaadin/addressbook.git
cd addressbook/
mvn jetty:run

It worked quite well. Then I replaced the vaadin.version property in pom.xml from 7.0.0 to 7.1.9 and got this:

At the same time, in Firefox 26.0 everything is ok.
Am I doing something wrong?

Looks like the old 7.0.0 theme sprites has been cached by Chrome.

You could try clearing all caches and refresh.

No, clearing caches didn’t help. I’ve also checked Chrome 31.0.1650.63 on another PC, the picture is the same. Also turned off all extensions and tried incognito mode, without any difference.

The problem is still there. Shell I fill a bug report?