Category Archives: JavaScript

test262.ecmascript.org shootout

Dave Fugate of Microsoft announced an update to test262.ecmascript.org, the test suite for ECMAScript 5. I thought I would check it out. Internet Explorer 9 was tested on 32bit Windows Vista, while the others were all tested on Mac OS … Continue reading

Posted in JavaScript, Mozilla, Testing | Leave a comment

Browser JavaScript Reftests

The Bad Old Days The JavaScript Tests have been the red headed stepchild of mozilla testing for some time. At least some of the reasons are: The tests date to pre-mozilla days and do not follow the style of any … Continue reading

Posted in JavaScript, Mozilla, Testing | 2 Comments

JScript Deviations from ES3

Yesterday, Pratap Lakshman of Microsoft announced the publication of the first draft of “JScript Deviations from ES3″ The document covers not only JScript as implemented in IE, but JavaScript as implemented in Firefox, Opera and Safari. This should make for … Continue reading

Posted in JavaScript, Mozilla, Testing | Leave a comment