According to this page it would seem like they don\'t, in the sense that they don\'t actually run it, but that page is 2 years old (judging from the copyright info).
Search engines don't process JavaScript as such.
There is some evidence that Google may have started processing inline script content in some cases, in order to catch content that is entered into the page parse queue using document.write
. However certainly DOM methods such as you might use for font-replacement are not affected and no onload code is invoked.