Chromium Code Reviews
DescriptionFixing the DOM event streams test to work on FF and IE.
I was using the focus event since it's supposed to be synchronous and it's nice to test with a browser-generated event for completeness, but it turns out the IE and FF<18 implement this as an async event (FF 18 appears to be correct).
Just changed the test to manually trigger the event which is a fairly close approximation.
BUG=7888
Committed: https://code.google.com/p/dart/source/detail?r=17102
Patch Set 1 #
Total comments: 2
Messages
Total messages: 3 (0 generated)
|
||||||||||||||||||||||||||||