The Web Standards Project announced yesterday that the Acid3 Test for JavaScript and DOM compliance had been released.
The Acid3 Test is designed to test specifications for Web 2.0, and exposes potential flaws in implementations of the public ECMAScript 262 and W3C Document Object Model 2 standards. Collectively known as DOM Scripting, it is these technologies that enable advanced page interactivity and power many advanced web applications such as web-based email and online office applications.
As a series of 100 mini-tests, Acid3 has already been found to expose flaws in all tested browsers, including Internet Explorer, Firefox, Opera, and Safari. WaSP hopes that Acid3 will prove useful to browser makers during the development of future versions of their products.
The driving force behind the test, Ian Hickson, accepted input from the developer community to make the test the most comprehensive collection of (mostly unrelated) edge cases and specification non-compliance. The hope is that, like Acid2 before it, browser makers will strive to improve their product so that it passes the test, therefore (hopefully) making cross-browser JavaScript development both consistent and predictable.
Related posts:
- Google Releases its JavaScript Closure Tools Do we need more JavaScript libraries and tools? Perhaps not,...
- Microsoft SuperPreview: a New Way to Test Web Sites Craig reveals exclusive details about Microsoft SuperPreview; a new tool...
- How to Build the Best Browser Test Suite Professional web developers need to test their sites in multiple...
- How to Test Multiple Websites on One PC With Apache Virtual Hosts Testing one website on your local web server is easy....
- Opera 10 Alpha Arrives Just a month after Opera released the last stable version...







It’s pretty good (or maybe bad?) timing this came out.. hopefully the IE Team will adopt this as well in their development plan, if it’s not too late.
http://www.sitepoint.com/forums/showthread.php?t=535589
March 5th, 2008 at 2:31 pm
I’m pretty certain that:
March 5th, 2008 at 2:37 pm
I tried the acid3 test on IE6, Firefox2 and Opera 9.25.
Firefox got ‘high score’ with 50 out of 100. Opera had 47. IE was barely in double digits (surprise!!)
btw … Firefox 2 doesn’t pass acid 2. Firefox 3 beta does, finally.
March 6th, 2008 at 1:10 am
I took the test with Opera 9.5 and got 65 out of 100 on it. Guess 9.5 is a nice improvement over 9.25.
March 6th, 2008 at 12:44 pm