Hi,
I am seeing the same issue with my tests, I am using Chrome 29 too with Selenium 2.35 with Java7 and win7.
I added the following code I found in one of the comments but did not help:
TextDetector textDetector = new AnimationAwareTextDetector();
textDetector.ignore("select");
FightingLayoutBugs flb = new FightingLayoutBugs();
flb.setTextDetector(textDetector);
Can you tell how to resolve this?
Thanks!