<< Previous BlogNext Blog >>

The Acid 3 Test - The Latest Browser Results

Whilst browsing the Internet today I came across this great letter, which contained a link to a blog written by Internet Explorer and how IE9 is going to eventually almost comply to the acid 3 test (although the time that happens the acid 4 test will have been released and IE9 won't have a chance!).

This led me to wonder how the current array of popular and up-to-date browser versions are complying with the acid 3 test as it stands today. The results were interesting in some cases, bhut as you would expect them to b in others. Continue reading to find out how they all did!

Our Base Reference

Here is a picture of the acid 3 test completed and how it should look in a browser that adheres to it's strict ruleset.

The Acid 3 Reference Image

The main criteria are that it has to pass 100/100 on the javascript test (noted by the numbers 100/100) and each of the squares should render smoothly and be the correct colour once they have loaded.

Firefox 3

Might as well start with a browser that we would all expect to do pretty well on this test, if not pass (and for this test a pass is getting 100% in each criteria, which is no easy feat!). Below is the image for Firefox 3.6.3 (which I believe is the latest build of Firefox 3).

The FF3 Acid 3 Results

As you can see, there are a couple of issues! Firstly the javascript rendering only hit 90% out of 100, which is actually quite poor for such a popular and widely-used browser, especially when you consider this test can only be passed by hitting that 100%.

The other thing to note here is that the colour matching wasn't perfect either. There were two instances where the colours transition didn't hit the mark, which again is quite poor. On a side note here I will also add that the animation wasn't at all smooth, but that may have something to do with the computer issues I'm currently having.

All in all, not a very good result for the popular browser... you might even call it an epic fail! I was expecting a flawless victory personally!

Google Chrome

For the Chrome test I used the most recent version I have on my PC, which is 4.1.249.1064 (build 45376). The results of this browser/version were:

Chrome 4.1.249.1064 (build 45376)

The result were a lot more promising. The first thing to note was that the animations were incredibly smooth, which is certainly one thing I love about Chrome in general (especially when it comes to CSS3 transitions!). The rest of the test was also as successful as the javascript score was an easy 100/100 and each of the coloured boxes rendered in the right place to the right colour.

One thing I would like to note here (and this is what led me to conduct this test in the first place) is that on a different Chrome browser (my work one) when I ran the test I got something that more resembled the IE8 test (which you will see below). I was ultimately shocked, and try it many times always with the same result. I will find out what version of Chrome it was and hopefully capture a screenshot as proof later on!

Safari 4

The result for Safari 4 (particular version 4.0.5 build(531.22.7)) can been seen below:

Safari 40.5 build(531.22.7)

As you can see (expectedly) the results were exactly those of Chrome 4 (seeing as they are based on the same rendering engine). The animations were very smooth, although not quite so as Chrome, and all the colours appeared in the right places. A little dull that test!

Opera 10

For this test I was using version 10.53 (build 3374). This was my biggest surprise in a good way. I had expected Opera 10 to do well but having never really used except for the odd bit of browser testing I didn't know what to expect. I've had a few issues with javascript and Opera in the past and one or two CSS differences so it was going to be interesting.

Opera10.53 (build 3374)

Absolutely nothing went wrong! The animations were very smooth, and as you can see, everything appeared in the correct place, at the correct colour with the javascript check getting 100/100.

Not bad! Might have to have a play with Opera 10 to see how far it has come since I last tried it!

Internet Explorer 8

So that leaves our favourite browser vendor, Internet Explorer 8.0.7600.16385! Surprisingly, I didn't have aprticularly high hopes that IE would get anywhere near the target, although I was hoping and praying that it would do better than I expected. And did it? See for yourself...

Internet Explorer 8.0.7600.16385

Did you really expect anything else? What was worse is that in order for it to actually complete the test properly I had to install a plug-in for MSXML, which then produced that lovely popup as a 'feature' of the test.

Suffice to say, nothing worked as expected and the big 'FAIL' in the top-right kind of says it all. I have been reading that Internet Explorer 9 is going to be passing this test, and they are getting close. All I can say to that is, don't hold your hopes high!


So there you have it. The latest browsers, the results, the surprises and the expectations! If you would like me to add any other browsers to this just let me know and I'll see what I can do. I decided to just go for the latest because of the developments that they are said to offer.

Comments welcome, as always!

4658tweet
5
Excellent
0
Very Good
1
Average
0
Below Average
0
Poor

Article Info

About the author

Alex is a web developer currently working for Worldview Limited in Morecambe, UK. Alex likes to write code and is proficient in HTML, CSS, PHP, JavaScript, Ajax, XML and XSLT. In his spare time Alex likes to write articles and scripts for various projects.

Share This Article

Who Likes This?

  • Author: Matthew Kellett

    #1 | 25th Jun 2010 @ 18:44

    Hahaha Opera for the win, if memory serves me correctly that was the first browser to pass that test with 100 / 100.

    Good to see Firefox is catching up though and IE is in it's usual position ... propping up the rear :-D

    reply

    • Author: Alex Hall

      #2 | 25th Jun 2010 @ 19:33

      I think you're right in saying that Opera was the first to pass. I've just seen the latest test from IE9 and it gets 88/100 and actually looks almost the way it should!

      I think their aim at Microsoft is to have it pass by the time the browser is released!

      reply

  • Author: Matthew Kellett

    #3 | 26th Jun 2010 @ 20:30

    That won't be too bad then if they do, I suppose they have about another 5 years to perfect it then :D

    reply

  • Author: estecb

    #4 | 14th Aug 2010 @ 09:17

    Hi, Opera rulz. n_n

    off-topic: About your twitter login form article (didnt found a blog article about it), I think it would be nice if you drop the ":target" thing and use ":hover" instead (it works in most browsers), so you should add ul and li, like in a regular css menu. Besides, this way the log-in will keep active, i believe.

    Regards. Esteban.

    reply

    • Author: Alex Hall

      #5 | 14th Aug 2010 @ 20:28

      Hi Estecb,

      Thanks for your comment about the Twitter Login form. I should probably create an article about that!

      The reason I used :target as opposed to hover is to show what the pseudo selector is capable, but also so that you didn't need to keep the mouse hovered over the menu to actually use it. Having it appear when set as the target means it will remain their while it needs to be interacted with, which it wouldn't if hover was used because you don't use the mouse to interact with an input form.

      reply

  • Author: estecb

    #6 | 14th Aug 2010 @ 22:37

    Hi alex, thanks for replying me.

    You are right, ":target" works better on forms, the only reason i mentioned the use of ":hover" was because it has been supported in major browsers. In the other hand, i think people leave the mouse just where it is, after clicking an input field. So, the form would keep visible. that's what i do anyway.

    reply

  • Author: seo services

    #8 | 21st Sep 2011 @ 06:38

    the excitement just gets doubled. Most chic looking abercrombie and fitch uk sale are in fashion now. These are one of the favorite fashion accessories...

    reply

  • Author: honey

    #9 | 23rd Sep 2011 @ 03:59

    I am using internet explorer9 and mozilla firefox. Both of them are working well, but internet explorer9 hang sometimes.

    reply

  • Author: angry birds rio

    #10 | 23rd Sep 2011 @ 09:49

    thank you for your good posting!

    reply

  • Author: Testking 70-640

    #11 | 23rd Sep 2011 @ 12:29

    Thanks for you is good sharing.That article.That leg nice post.

    reply

  • Author: asd

    #12 | 28th Sep 2011 @ 02:42

    Your place is valueble for me. Thanks!… Steel Pipe Supplier

    reply

  • Author: lkfjdslkj

    #13 | 10th Oct 2011 @ 10:33

    I admire the beneficial details you present inside your articles. I will bookmark your blog and have my youngsters check up here normally. I am very positive they will understand a lot of new stuff here than anybody else!ice machine business guide

    reply

  • Author: jack

    #14 | 14th Oct 2011 @ 07:47

    Thanks for sharing. i really appreciate it that you shared with us such a informative post.. Custom Thesis | Buy coursework | Custom Essay | Assignment Help

    reply

  • Author: Jim

    #15 | 10th Nov 2011 @ 05:33

    awesome post. http://www.bestjewishhumor.com

    http://www.buyheatexchanger.com/what-is-a-heat-exchanger

    http://heat-exchanger.beeplog.com

    reply

  • Author: Jim

    #16 | 10th Nov 2011 @ 05:34

  • Author: gain height

    #17 | 11th Nov 2011 @ 20:42

    But, this little investment could save you hundreds or thousands of dollars- not to mention countless hours of stress and anxiety wondering what might happen.Increase Height gain height

    reply

  • Author: ranjan

    #18 | 12th Nov 2011 @ 18:42

    I really do think this was a very special and interesting article. I have really enjoyed this great information so much.Thanks for sharing this information with us. I am very impressed with this article. Your blog is very interesting. I appreciate your work. "business word of mouth"

    reply

  • Author: payday loans online

    #19 | 13th Nov 2011 @ 12:14

    I enjoyed reading this post a lot and will be looking forward to more such interesting posts from you.

    reply

  • Author: cheap car insurance

    #20 | 14th Nov 2011 @ 08:41

    influential blogs on this market. Just about every write-up that you choose to generate is golden. Your way with words is eloquent. cheap car insurance

    reply

  • Author: Christmas Quotes

    #21 | 17th Nov 2011 @ 12:21

    On a surface letter here I will also put in that the cartoon wasn't at all horizontal, but that may have incredible to do with the processor subject I am at present have.

    reply

  • Author: American Singles

    #22 | 18th Nov 2011 @ 07:59

    Brilliant post and useful information Looking forward to future posts in this field thanks A very interesting article, interesting ideas and a lot of good questions posed Thanks for your insight for the great written piece...American Singles

    reply

  • Author: Best Car Insurance

    #23 | 19th Nov 2011 @ 17:52

    This is my first time i go post. I collected so many interesting things in your site especially its discussion. From the tons of comments on your posts Best Car Insurance

    reply

  • Author: nigel

    #24 | 19th Nov 2011 @ 18:45

    I really do think this was a very special and interesting article. I have really enjoyed this great information so much.Thanks for sharing this information with us. I am very impressed with this article. Your blog is very interesting. I appreciate your work. territory war territory war online time management games

    reply