Descriptionkeyboard events are supposed to have an event.key property, which is
the new hotness obsoleting event.keyCode. firefox doesn't implement
event.key yet, and different versions of firefox fail to implement
event.key in different ways.
firefox 22 doesn't have an event.key property.
firefox 23 and 24 has an event.key property and it seems to be always ''.
the '' value is causing a spurious browser test failure.
this mutes that failure.
this fixes https://code.google.com/p/google-caja/issues/detail?id=1805
Patch Set 1 #
Total comments: 2
Patch Set 2 : fix event test for firefox 23 (beta) and 24 (aurora) #Patch Set 3 : fix event test for firefox 23 (beta) and 24 (aurora) #MessagesTotal messages: 9
|