Issue 231: acid3 - Acid test 3 fails on chrome
http://code.google.com/p/chromium/issues/detail?id=231
Comment #24 by [EMAIL PROTECTED]:
The relevant test is:
function () {
// test 48: :link and :visited
var iframe = document.getElementById("selectors");
var number = (new Date()).valueOf();
var a = document.createElement('a');
a.appendChild(document.createTextNode('LINKTEST FAILED'));
a.setAttribute('id', 'linktest');
a.setAttribute('class', 'pending');
a.setAttribute('href', iframe.getAttribute('src') + "?" + number);
document.getElementsByTagName('map')[0].appendChild(a);
iframe.setAttribute("onload",
"document.getElementById('linktest').removeAttribute('class')");
iframe.src = a.getAttribute("href");
return 3;
},
As you can see it lacks assertions of expects like the other tests so I
don't think
it is a valid test. Either way, we should pick up the fixed from WebKit
and Acid3
test failures should be entered there. See
https://bugs.webkit.org/show_bug.cgi?
id=17064
Issue attribute updates:
Status: Upstream
Labels: -Area-Misc Area-WebKit Mstone-1.1
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---