Acid3 Test Released 309
An anonymous reader writes ""The Web Standards Project has announced the release of Acid3, the latest test designed to expose flaws in the implementation of mature Web standards in browsers. 'By making sure their software adheres to the test, the creators of these products can be more confident that their software will display and function with Web pages correctly both now and with Web pages of the future. 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.' Screenshots at the Drunken Fist site show the success of Safari 3 (which originally scored 31, but is now Scoring 87/100) IE6, and IE7 (massive fail, of course)'." There are additional discussions of the new test happening around the web.
Bad day for IE8 (Score:5, Funny)
Re: (Score:3, Informative)
Re: (Score:3, Informative)
What OS? Opera 9.5 beta works fine for me on OS X and gets 59/100. The only things that crashed for me were Shiira on OS X and Konquerer 3.5.2 on Kubuntu.
Note, the best score I'm getting is from Safari 3.0.4 with a nightly Webkit on OS X, with a score of 86/100.
Re:Bad day for IE8 (Score:5, Funny)
Re: (Score:3, Funny)
Re: (Score:3, Funny)
Re: (Score:2, Informative)
Re: (Score:2, Informative)
Re: (Score:2, Informative)
IE8 fails when it runs in quirks mode, and passes when in standards mode. Before it would run in quirks by default, and only change behavior when it visited certain key sites, or sites had a tag.
That url would be one of those "key sites"
However if the previous slashdot story is true, IE8 should eventually operate in standards mode by default, so it will pass both.
Re:IE8 Cheats ACID2!! (Score:5, Informative)
Basically, it fails because of XSS on the other sites.
Re: (Score:2)
I would check out the screen captures, but... (Score:2, Insightful)
Error establishing a database connection
That was fast. Even for slashdot.
Re:I would check out the screen captures, but... (Score:5, Funny)
Too late for IE8? (Score:2, Insightful)
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Re:Too late for IE8? (Score:5, Informative)
Have you ever tried reading the HTML/CSS specs? They're huge and often vaguely worded. There were often sections that just weren't intuitive, and the only real approach to implementing them was to just figure out what other browser did and copy it. The specs were created by people who have no intention of implementing them themselves, and it really shows.
Firefox (Score:2, Insightful)
Re:Firefox (Score:5, Informative)
i'm getting a 50/100 in Firefox.
Re: (Score:3, Interesting)
Re:Opera (Score:5, Informative)
All of the rectangles are grey (two different shades), the test name is red and does not have a shadow, and there is an x in the upper right hand corner.
Re: (Score:3, Informative)
Anyway, Opera 9.50.9807 receives a 65.
Re:Firefox (Score:5, Interesting)
Re:Firefox (Score:5, Informative)
It's misleading for the summary to say "Safari" gets 87/100 when the version of Safari that does that is not yet released.
Run current WebKit nightlies to get the high score now. The changes will be in the upcoming Safari 3.1 release.
Re: (Score:3, Informative)
Re: (Score:2)
Very interesting. I also got a 50/100. The rectangles are all messed up--they're gray, stacked vertically, and each rectangle is the width of the test. The test name also has no shadow.
Re: (Score:2)
When these Acid tests are 'testing', is anyone else reminded of Fry playing the holophonor, without worms?
Re: (Score:3, Insightful)
Besides, I see these as a process or goal -- giving the browser makers something concrete and visual to shoot for, as well as an easy way for users to judge the quality of their browser of choice. If the thing was just released, I'm not really surprised that many of the browsers don't pass it completely. Now a year or two from now is a different story, after the browser makers have had some time to address the issues the
Re: (Score:3, Interesting)
Besides, I see these as a process or goal -- giving the browser makers something concrete and visual to shoot for, as well as an easy way for users to judge the quality of their browser of choice.
Bullshit. The Acid tests have become the SAT's of the browser world. People *think* it's a measure of how standards compliant your browser is, but all it *really* is, is a measure of how well your browser does on the acid test.
That's it, nothing more, nothing less. The acid test is incredibly nit-picky and it's
Re:Firefox (Score:5, Informative)
The test consists largely of 100 JavaScript tests designed to throw an assertion on failure and return a certain value on pass. The score is how many of the tests out of 100 pass. You can see which tests failed by clicking or shift-clicking the A in Acid3 after the test completes. In the sense that each test can relatively independently pass or fail (although some tests depend on previous tests), yes, it is a quantitative test.
The other part of the test is rendering the Acid3 text with shadow and the colored rectangles. By seeing how the Acid3 test fails in many other browsers, you can see that it can also render X, Fail, and a picture of a cat on failure of some rendering tests, typically in red so they stand out.
Re: (Score:2)
Firefox 2.0.0.12 (Score:3, Informative)
Re:Firefox 2.0.0.12 (Score:5, Informative)
Re:Firefox 2.0.0.12 (Score:4, Interesting)
I'm not sure how many actually knows this. *shrug*
Re: (Score:2)
Re: (Score:3, Interesting)
3b3 gets a 61. Opera 9.5 is the best I tested at 65. Safarai 3.0.4 for Windows got a 39. IE7 got a 12 and also managed to mangle the page the most.
Your numbers are quite different than mine. I scripted all the browsers/OS's I had handy from the sunspider javascript test last week and ran them on Acid3. The results are here [slashdot.org].
Where do you get a nightly of Opera? I ran the beta version they have up tonight and got 59/100 on OS X and it crashed on Linux and Windows XP. In any case, the best number I got was Safari 3.0.4 with a week old nightly of Webkit on OS X, which got 86/100. The Firefox 3 beta also did well getting 67/100 on OS X and Linux (but onl
Re: (Score:2)
Re:Firefox 2.0.0.12 (Score:5, Funny)
Re: (Score:2)
Re: (Score:2)
Firefox with the following addons:
Noscript
NukeAnything Enhanced
Restarter
ShowIP
IE Tab
Gmail Manager
Ebay Toolbar (the one those college kids made)
DOM inspector
All In One Gestures
Adblock
I as well had to let noscript through on the site and then refresh.
options
advanced tab:
advanced encryption - SSL3 and TLS 1 checked
security tab: warn about addons
site forgery - using downloaded list
remember passwords (my own preference ofc, I only use it for ones I can afford to compromise)
On
Link to the actual test (Score:4, Informative)
The actual test is http://acid3.acidtests.org/ [acidtests.org] here.
Re: (Score:2)
Slashdot linked to a well known blog because they had screenshots of several major browsers to save the readers some time, or show results for those who don't have access to other browsers.
I visit drunkenfist quite often, and this is the first time they've been down. Somehow I think the two are related
Re: (Score:2)
I'd read TFA but... (Score:5, Funny)
Latest Safari nightly scores... (Score:5, Informative)
90/100 [mothership.co.nz].
Getting pretty close.
Re: (Score:2)
Re: (Score:2)
Unfortunately, the server is still timing out when I try to view the reference image.
Not to mention... (Score:3, Informative)
Faster than FF3 beta 4, much much faster than FF2 or IE7.
Failure (Score:2, Insightful)
Re: (Score:2)
Trust me, that one could actually become fairly important, depending on how large the image could be. I've got scripts that produce reports where right now it takes several seconds of database grinding just to give me the table of data and then several seconds again when the browser hits the script in the <img> tag to get the graph, if I could calculate the table once and produce the graph at the same time and insert the
Re: (Score:2)
Firefox 3 beta 3 (Score:2)
Re: (Score:3, Informative)
Re:Firefox 3 beta 3 (Score:4, Informative)
Put another way it looked really hard for things to test that would give browsers low scores.
There's nothing to say that the things it tests are necessarily useful. Some are, some are not.
You shouldn't have. (Score:2)
Of course, there's the fact that the browser which made Web standards famous will be the very last non-IE browser to pass Acid2, despite having had over two years to fix the issu
Konqueror (Score:5, Informative)
I tried it in Konqi 3.5.8 with Gentoo. It asked me what I wanted to do with "empty.txt" then segfaulted. Anyone fairing better?
Re:Konqueror (Score:5, Informative)
Slashdoted (Score:5, Funny)
Re:Slashdoted (Score:5, Funny)
Results in major browsers (Score:4, Informative)
Wikipedia: http://en.wikipedia.org/wiki/Acid3 [wikipedia.org] also lists the results for the developversions of browsers:
Webkit: 87
Firefox: 67
Firefox (Score:4, Funny)
Re:Firefox (Score:5, Funny)
Thunderbird ;] (Score:4, Funny)
100% score on IE8 (Score:4, Funny)
<meta http-equiv="X-UA-Compatible" content="IE=8"
Once that meta tag is there, all web pages look just as they're supposed to! I'm so glad Microsoft finally fixed this whole compatibility fiasco.
Web 2.0? (Score:3, Insightful)
I personally think it's the move of the entire web (the content that matters) to valid XHTML, CSS, etc (of course everything is controlled dynamically by PHP/Perl/whatever you want). I also hope there can be an open standard soon to do the same functionality that Youtube's Flash container that runs on everything and that everyone agrees upon. Silverlight is obviously closed and so is Flash. We need an open source mid-quality (and high-quality) video player that loads quickly and is OS-independent, just like Flash. I think that is all that is missing in this 'Web 2.0'.
Re:Web 2.0? - My definition (Score:2)
I refer to Web 2.0 as user generated content. I define user generated content pretty broadly as well. This isn't just YouTube videos and MySpace pages. This is the ability of the user to use the web to dynamically create content on the web, whether it's uploading a video to a public site, creating their own web profile, or typing a research paper using a browser based word processor. The user has the ability to go to a web site and then
Re: (Score:2, Insightful)
"Web 2.0 is a bullshit buzzword made up to describe everything new that is happening on the web. It is mostly meaningless marketing speak. Treat it as such."
I agree, and thought this ever since I heard the term, so I hereby propose abolishment of the term.
Re: (Score:2)
Srsly, tho.. Web2.0 is (supposedly) about cutting out the page refresh in between client actions and content updates. AJAX, SOAP, etc. are obvious examples. Of course, i've heard all types of other descriptions, to the extent that i'm no longer sure of that definition, as inaccessible to the public as the idea was anyway.
As for the movie player, it's not a particularly good idea to write something like that in a serverside-rendered language.. i guess it'd be possible to wri
Re: (Score:2)
How do the acid-test creators test the acid test? (Score:5, Interesting)
Re:How do the acid-test creators test the acid tes (Score:4, Funny)
Re:How do the acid-test creators test the acid tes (Score:3, Funny)
Re:How do the acid-test creators test the acid tes (Score:5, Insightful)
What would be really useful.... (Score:3, Insightful)
Anyone have this or know some web location where it's happening?
Re: (Score:2)
Epiphany doesn't even come close (Score:2)
I scored 3/100 here.
Using Epiphany 2.20.3
38 Safari 3.0.4, 84 Safari Webkit Build 30790 (Score:2)
Re: (Score:2)
ff3 improved since beta3 (Score:2)
Just found it for Firefox 3.0 Beta (3) (Score:3, Interesting)
That said, I looked at a couple of the notes on Bugzilla for Firefox and they are already looking at the bug list... wonder who will be the fastest to fix the most....
W3C validator (Score:4, Interesting)
Perhaps, I am missing the point of these acid tests. I'm not a web developer by trade, so I don't claim to be an expert on CSS. From personal experience, CSS has allowed me to use much less complex HTML in the little web publishing I have done. I never seem to get consistent results when I test my pages in different browsers. I hope that these "standards" Acid tests lead to greater compatibility across browsers.
Do these tests increase compatibility by pushing the envelope on new standards, or are they just a browser-war pissing contest?
Re:W3C validator (Score:5, Informative)
Because more recent Web standards include sections on how certain kinds of errors are supposed to be handled. These need to be tested just like everything else, but up until Acid2 many browsers weren't very good about that.
Remember, the point of Acid tests is to be a thorn in browser developers' sides: find areas of the standard that no one currently does well and test for them. Browsers shouldn't pass Acid tests when the tests first come out: that would be missing the point of the tests in the first place.
Re:Of Course IE will fail, ACID test is biased... (Score:5, Insightful)
Re:Of Course IE will fail, ACID test is biased... (Score:5, Insightful)
So, I guess what I'm saying is that complaining about it being designed so that IE would fail is like saying that American Gladiators was designed so that my 8 year old brother would fail. Sure, it has that effect in the end, but the fact that he's under-equipped for such a competition isn't American Gladiators' fault.
Re:Of Course IE will fail, ACID test is biased... (Score:5, Funny)
I think the mere fact that American Gladiators is considered tv-worthy indicates that we, as a nation, have failed. Also, sorry about your brother. That was really brutal when they knocked him into the pool.
Just sayin'.
-G
Re: (Score:2)
Right now, no browser can make it to 100 even if somebody had everything working. The servers appear to be falling over and timing out returning content.
Re: (Score:3, Funny)
Re: (Score:2, Informative)
Re: (Score:3, Insightful)
Re: (Score:3, Informative)
So IE or Opera failing was actually regarded as insufficient.
Re:Geek version of a measuring contest? (Score:5, Insightful)
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Re: (Score:2, Informative)
Re:Perhaps.... (Score:5, Insightful)
Yes, there is almost no correlation between how well a browser does on Acid tests and how well it renders pages on the web. The purpose of the Acid tests is to break the chicken-and-egg problem of web development. The web developers tend not to use features unless all popular browsers support them. On the other hand, the developers of the web browsers tend not to add features that are not used by web developers. Without anyone willing to go first, the implementation and use of new web standards stalls.
The purpose of the Acid tests is to break this logjam by using these new standards in a very public way so that web developers will be motivated to implement them. The "my browser does better than your browser" posturing is a bit immature, but as a side effect it popularizes the faults of browsers and motivates the browser developers to fix them. Then, the web developers use the new features after they are well supported.
Re: (Score:3, Informative)
The test is about making life better for web developers, and about making the web more interoperable, instead of having sites which jump through browser predicated hoops, or restrict users to "IE7.0 or newer on 32-bit Windows" or the like. Thus having your fa
Re:Unfair browser bashing? (Score:4, Insightful)
Re: (Score:3, Insightful)