Bug 40438 - Problems with Acid3 and some sites.
Summary: Problems with Acid3 and some sites.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.6
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-10 11:59 PDT by Mr. Gecko
Modified: 2010-06-29 11:48 PDT (History)
0 users

See Also:


Attachments
Dump of Webkit's Binary Images (deleted)
2010-06-10 11:59 PDT, Mr. Gecko
no flags Details
Dump of Safari's Binary Images (31.33 KB, text/plain)
2010-06-10 22:28 PDT, Mr. Gecko
no flags Details
Safari Certificates (124.79 KB, image/png)
2010-06-12 19:48 PDT, Mr. Gecko
no flags Details
Wave (192.21 KB, image/png)
2010-06-12 19:51 PDT, Mr. Gecko
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mr. Gecko 2010-06-10 11:59:36 PDT
Created attachment 58398 [details]
Dump of Webkit's Binary Images

Acid 3 does not pass on Safari 5 (Webkit r60920). Here is the reasons why.

Failed 3 tests.
Test 00 failed: expected 'pre-wrap' but got 'normal' - found unexpected computed style
Test 04 failed: expected 'null' but got '[object HTMLDivElement]' - expectation 39 failed
Test 05 failed: expected 'instructions' but got 'aaGentleStat' - expectation 21 failed
Test 26 passed, but took 34ms (less than 30fps)
Test 65 passed, but took 596ms (less than 30fps)
Test 69 passed, but took 7 attempts (less than perfect).
Test 71 passed, but took 181ms (less than 30fps)
Total elapsed time: 5.95s

I'm having a problem with 2 site so far...
1 Google Wave. I get the error ""Everything's shiny, Cap'n. Not to fret!" An error has occurred" and the console says this.
507170613990679173536Failed to load resource: cancelled
The page at https://wave.google.com/a/mrgeckosmedia.com/ displayed insecure content from http://lh5.ggpht.com/_RqdxZsekse4/S_5v3pfYM1I/AAAAAAAAAbc/3zBRNg6sMY0/s104-c/tick-96.png.
The page at https://wave.google.com/a/mrgeckosmedia.com/ displayed insecure content from http://lh5.ggpht.com/_BI7bpT8IORE/SvicQCVkLnI/AAAAAAAAABE/LsY3tc3CSCo/s104-c/koops_head.png.
The page at https://wave.google.com/a/mrgeckosmedia.com/ displayed insecure content from http://lh5.ggpht.com/_RqdxZsekse4/S_5v3pfYM1I/AAAAAAAAAbc/3zBRNg6sMY0/s104-c/tick-96.png.
The page at https://wave.google.com/a/mrgeckosmedia.com/ displayed insecure content from http://lh5.ggpht.com/_BI7bpT8IORE/SvicQCVkLnI/AAAAAAAAABE/LsY3tc3CSCo/s104-c/koops_head.png.
csiResource interpreted as image but transferred with MIME type text/html.
3The page at https://wave.google.com/a/mrgeckosmedia.com/ displayed insecure content from http://lh4.ggpht.com/_2N4rmSm-CLU/S_Su5mydsHI/AAAAAAAAAHk/V6uk6fSvsl0/s104-c/Geckoicon.png.

2 Apple's Safari Extension Certificate Center. Some times it'll go into an endless reload. And other times I'll get this in the console SyntaxError: Parse error.

All of these problems happen on Both, Safari and Webkit, so I have no idea what the problem may be... I tried remove all plugins, reinstalling Safari, and deleting the settings and nothing worked.

I attached a dump of Webkits binaries that was loaded so you can take a look at that.
Comment 1 Mark Rowe (bdash) 2010-06-10 16:09:39 PDT
Acid 3 passes correctly for me on a clean machine.  Iā€™d recommend disabling extensions and uninstalling the numerous third-party hacks that are evident in that list of loaded binary images and testing again.
Comment 2 Mr. Gecko 2010-06-10 22:28:39 PDT
Created attachment 58447 [details]
Dump of Safari's Binary Images

Ok, I did as you said, and I'm still having the problem with Wave and the Safari Extension Certificate Center. In the new dump I attached you can see that nothing extra is on it. The acid 3 problem had to do with an extension that I disabled. Anything else I can try? I already did a reinstall, I could delete Webkit and reinstall it from the package but I'm unsure how that'll effect the programs on my system as I know for a fact that loads of applications uses Webkit and that it's a possibility that the installer app does. But doesn't the webkit nightly build use it's own? That means that this won't fix it as the webkit nightly as well has the problem with Wave and the Safari site. Is there any debug mode I can compile Webkit in that will output console information that might help while loading Wave?
Comment 3 Mr. Gecko 2010-06-12 19:48:33 PDT
Created attachment 58573 [details]
Safari Certificates

Here is a screenshot of every extension disabled and no plugins and Safari Certificate Center not getting any data, on chrome it shows my certificate.
Comment 4 Mr. Gecko 2010-06-12 19:51:36 PDT
Created attachment 58574 [details]
Wave

Here is a screenshot of Wave with extensions and plugins disabled. I am telling you, there is some problem... I used to have the problem with Safari only and Fluid worked, so I was fine with that, but with Safari 5 update, not even Fluid works.
Comment 5 Mr. Gecko 2010-06-13 11:28:11 PDT
It turns out that it's that Safari Certificate Center is broken. I had a cookie that was breaking it, I didn't check to see which one it was, but for some reason, it was making it reloading over and over again... Now for the wave problem, I'll try and resolve that, but if you can help me resolve it this is the info I'm getting in the console, it looks like it's a problem with webkit to me as I delete all cookies for Google.
Failed to load resource: cancelled
csiResource interpreted as image but transferred with MIME type text/html.
2The page at https://wave.google.com/a/mrgeckosmedia.com/ displayed insecure content from http://lh4.ggpht.com/_2N4rmSm-CLU/S_Su5mydsHI/AAAAAAAAAHk/V6uk6fSvsl0/s104-c/Geckoicon.png.
Comment 6 Mr. Gecko 2010-06-29 11:48:26 PDT
Webkit r61744 seems to fix this problem with Google Wave. Thanks for all the help, even though I didn't get much help.