Recommended Posts

You have to cmd + Shfit + r after maximizing.

Cmd? :blink: My keyboard has Ctrl, **** or Alt, I don't have Cmd :(

By the way, I figured out how this happens.

Select a portion of the page and drag it up and down, and it'll mess up.

acid2wf5.png

acid1pu1.png

acid3ks8.png

I guess this isn't part of the test, but it just made me doubt for a while.

It's behaving normally. The scalp is set, by the test, to be positioned relative to the viewport. In this case, offset from the top of the viewport by 9em. If you scroll up or down, in Firefox or Opera or Safari (not sure about IE7), the scalp will always stay near the top of the screen. When you load the Acid2 test page and you see the box that contains the "Take The Acid2 Test" link, the scalp of the smiley is hidden behind it.

WebKit is a really impressive layout engine that seem to be flexible for their developers to adapt without breaking other things as easily. I've heard it's pretty lean at its core which is part why it's pretty quick, and part why it's easier to fix without dragging a huge bulk that have built up over the years like e.g. the Microsoft devs have to do. So this would be a contributor to why they can gain such a lead in Acid3 compliance so quickly.

It's just sad that Safari (for Windows at least) seem to eat ridiculous amounts of RAM after browsing for a while, perhaps related to Flash usage. I had Vista report 450 MB after a Safari 3.1 browsing session once, where Firefox 3 beta 4 would still hover around 70 MB or so. It's like comparing among the worst performers in this area to the most impressive ones lately, where the Mozilla team made a very impressive job -- they're definitely nailing these problems with Firefox 2. In my case, this graph seem to follow pretty closely what I experienced on Safari vs Firefox, memory-wise. Safari 3.1 unfortunately didn't seem to fare much better than 3.0.4 listed there.

Although I would like to use Safari more, the unorthodox theme for Windows users combined with the bad memory performance doesn't really offset the improved standards support for me. After all, even modern websites aren't at all designed around 90%+ Acid3 compliance, so I can't see this as a major advantage. In that case, things like Firefox extensions weigh much heavier here.

Edited by Jugalator

I wouldn't go by the visual appearance. To truly pass the test, you must not only get 100/100 but also progress through the test in a smooth fashion. If you have a fairly modern processor, the speed figures will be relevant. (My computer is perhaps too slow to provide meaningful results.) To figure out which parts of the test a browser is failing—or passes but too slowly—click on the "A" of the "Acid3" logo.

Safari (using the latest webkit nightly as of this post) fails tests 70, 75, 76, and 79. It would be interesting to see which tests it passes but too slowly on a newer computer. I would appreciate it if someone with a Core 2 Duo processor could reply with their computer specs along with the test numbers (and the corresponding times) where Safari with the latest nightly fails performance-wise.

windowclipping2ez8.png

That's on a Core 2 Duo e6300 (1.85Ghz)

A 2 second pause while running a test is really noticeable, I wonder what's causing it.

Edit: Seems there's currently a patch for Test 70, But it hasn't landed as it needs test cases, http://bugs.webkit.org/show_bug.cgi?id=17079

Edited by The_Decryptor

My run, on an AMD Athlon 1.33Ghz, had a significantly better time on test 65 (at 60ms). I think that test uses Ajax-related features (I haven't checked) and the performance difference is caused by network latency—I'm probably much closer to the server than you are. My run was significantly slower on test 26 (at 280ms). I think that is probably due to my slower processor.

My run, on an AMD Athlon 1.33Ghz, had a significantly better time on test 65 (at 60ms). I think that test uses Ajax-related features (I haven't checked) and the performance difference is caused by network latency—I'm probably much closer to the server than you are. My run was significantly slower on test 26 (at 280ms). I think that is probably due to my slower processor.

// bucket 5: Tests from the Acid3 Competition
	function () {
	  // test 65: bring in a couple of SVG files and some HTML files dynamically - preparation for later tests in this bucket
	  kungFuDeathGrip = document.createElement('p');
	  kungFuDeathGrip.className = 'removed';
	  var iframe, object;
	  // svg iframe
	  iframe = document.createElement('iframe');
	  iframe.onload = function () { kungFuDeathGrip.title += '1' };
	  iframe.src = "svg.xml";
	  kungFuDeathGrip.appendChild(iframe);
	  // object iframe
	  object = document.createElement('object');
	  object.onload = function () { kungFuDeathGrip.title += '2' };
	  object.data = "svg.xml";
	  kungFuDeathGrip.appendChild(object);
	  // xml iframe
	  iframe = document.createElement('iframe');
	  iframe.onload = function () { kungFuDeathGrip.title += '3' };
	  iframe.src = "empty.xml";
	  kungFuDeathGrip.appendChild(iframe);
	  // html iframe
	  iframe = document.createElement('iframe');
	  iframe.onload = function () { kungFuDeathGrip.title += '4' };
	  iframe.src = "empty.html";
	  kungFuDeathGrip.appendChild(iframe);
	  // html iframe
	  iframe = document.createElement('iframe');
	  iframe.onload = function () { kungFuDeathGrip.title += '5' };
	  iframe.src = "xhtml.1";
	  kungFuDeathGrip.appendChild(iframe);
	  // html iframe
	  iframe = document.createElement('iframe');
	  iframe.onload = function () { kungFuDeathGrip.title += '6' };
	  iframe.src = "xhtml.2";
	  kungFuDeathGrip.appendChild(iframe);
	  // html iframe
	  iframe = document.createElement('iframe');
	  iframe.onload = function () { kungFuDeathGrip.title += '7' };
	  iframe.src = "xhtml.3";
	  kungFuDeathGrip.appendChild(iframe);
	  // add the lot to the document
	  document.getElementsByTagName('map')[0].appendChild(kungFuDeathGrip);
	  return 5;
	}

Lots of DOM access and network access.

The Firefox nightlies don't seem to be improving at all anymore.... I guess webkit is the only browser with a full focus on Acid3.

The Gecko guys shouldn't be focusing on Acid3 at the moment, Firefox 3 is nearing release (Beta 5 is the last beta), they should be focusing entirely on bugs within the new features, not looking at adding new features this late.

Edit: Unless there's a 3.5 or something, the next release with any major changes will be 4

Wow. I am sure webkit will get to 100 % very soon. Only 4 more points to go!

Yes no doubt Webkit will reach 100/100 in the next while. The question is will they be releasing a Safari 3.2 or Safari 4 anytime soon?

Sure it's great and all that were tech oriented people and can use Webkit and know that it might not work with some pages because it is a Nightly build. But the majority of people are going to want to use a final product.

There is still a lot of CSS Webkit is working on other the just what Acid 3 tests for so I don't expect a Safari 3.2 shortly after webkit gets 100/100 but I do hope to see a Safari 3.2 within the next 6 months.

http://annevankesteren.nl/2008/03/acid3-opera-98

Acid3: Opera hits 98/100

It is probably no surprise that we were working on Acid3 given the latest weekly snapshot. However, what might be a surprise is that our post-Kestrel builds are at 98/100. It?s unlikely we?ll get that far with the official Kestrel release, but to keep some level of competition in passing the latest Acid test we wanted to share this. I?m told a public ?alpha? build to demonstrate this is imminent. Among the interesting new features are hsla() / rgba() and Web fonts (@font-face). (I?ll update this when I have some more information. Heading to the CSS WG meeting now.)
It'd be cool if this whole entire time, the team at Mozilla has been working their butts off on Acid3 and release the nightly that scores 100 like right before WebKit does. That would be freakin sweet.

Yeah, but they're too busy uploading Release Candidates of pre-alphas of betas every five seconds.

I doubt that will happen. I don't really care either way. Opera is even saying that the final build of Kestrel (which is 9.5 I think) will not get that high of a score. I don't expect Firefox 3 to get higher than a 70 and I'm perfectly alright with that...for now.

Its almost there!!!

Wow, what version of webkit are you using? I can only get 96/100 on the latest Win32 snapshot! :D

As for Opera, 77/100 on the latest build of Kestrel isn't to bad considering. And plus, the constant competition to get 100 on a test that isn't even recognized yet (other than being future proof I guess) is amazing heh.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Win11Debloat 2026.06.14 by Razvan Serea Win11Debloat is a lightweight, easy to use PowerShell script that allows you to quickly declutter and customize your Windows experience. It can remove pre-installed bloatware apps, disable telemetry, remove intrusive interface elements and much more. The script also includes many features that system administrators and power users will enjoy. Such as a powerful command-line interface, support for Windows Audit mode and the option to make changes to other Windows users. All changes made by Win11Debloat can be easily reversed, and most removed apps can be restored via the Microsoft Store. A full guide on how to undo the changes is available here. Win11Debloat features: Below is an overview of the key features and functionality offered by Win11Debloat. Please refer to the wiki for more information about the default settings preset. Remove a wide variety of preinstalled apps. Click here for more info. Disable telemetry, diagnostic data, activity history, app-launch tracking & targeted ads. Disable tips, tricks, suggestions & ads across Windows. Disable Windows location services & app location access. Disable Find My Device location tracking. Disable 'Windows Spotlight' and tips & tricks on the lock screen. Disable 'Windows Spotlight' desktop background option. Disable ads, suggestions and the MSN news feed in Microsoft Edge. Hide Microsoft 365 ads on the Settings 'Home' page, or hide the 'Home' page entirely. Disable & remove Microsoft Copilot. Disable Windows Recall. Disable Click to Do, AI text & image analysis tool. Prevent AI service (WSAIFabricSvc) from starting automatically. Disable AI Features in Edge. Disable AI Features in Paint. Disable AI Features in Notepad. Disable the Drag Tray for sharing & moving files. Restore the old Windows 10 style context menu. Turn off Enhance Pointer Precision, also known as mouse acceleration. Disable the Sticky Keys keyboard shortcut. Disable Storage Sense automatic disk cleanup. Disable fast start-up to ensure a full shutdown. ...and more. Once you’ve downloaded the Win11Debloat file (Get.ps1), just follow these quick steps: Locate the Get.ps1 script file. Right-click the file and select Run with PowerShell from the context menu. If prompted by User Account Control (UAC), select Yes to grant the script the necessary administrative permissions. Win11Debloat 2026.06.14 changes: This is a minor release that hopefully addresses the false positives in Windows Defender and Bitdefender that prevented users from downloading and/or running Win11Debloat. Refactor Get-RegFileOperations.ps1 to address false positives by @Raphire in #626 Add logging around WinGet app retrieval and increase timeout to 20s by @Raphire Download: Win11Debloat 2026.06.14 | Open Source View: Win11Debloat Home Page | Screenshots 1| 2 Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Still using Microsoft Money 2005 in 2026 here!
    • I have a couple to mention, and they still run great on Windows 11 Adobe Lightroom Version 2 Alcohol 120% CLZ Book, Comic, Game, Movie, & Music Collector (PC - No longer sold / Grandfathered in - now mobile apps/online only) DVDDecrypter ISO Buster Pro version 1.9.1 (Still supports HD-DVD too) Nero Burning Rom 8 (Only the burning software, no backup, media converter, etc)   OpenAL (Runtime) - GuildWars 1 Reforged still uses it for 3d headphone audio PowerDVD 12 Ultra SPTD (SCSI Pass through Direct Driver) UltraISO Windows Media Encoder 9 WinImage You can tell I still sport an optical drive    
    • Linux 7.1 arrives with an NTFS overhaul and major hardware performance boosts by Paul Hill The founder of the Linux kernel has just announced the availability of Linux 7.1. This is a stable version of the kernel that will now be tested by various Linux distributions before it is shipped to users through update managers. Some users, like those on Debian, for example, might not get it for a long time, if at all, while Fedora users can expect it in the near future. With Linux 7.1 out on time, the merge window for Linux 7.2 is now open, giving contributors the opportunity to send in major new features that have been waiting for the last two months. Torvalds warned that he is currently travelling and will be in another timezone, so timing for the merge window may be irregular due to timezone differences and limited internet access. Torvalds said that he has already fetched early pull requests to allow him to do some offline work, but the travel could still cause disruption. Right now, he is not planning to extend the release, but did consider it. He said he might later regret not extending, though. In terms of this last week of development for Linux 7.1, Torvalds said there were no major or alarming changes. This week consisted mostly of smaller driver updates to GPU, networking, and sound, networking fixes, trace tooling fixes, and misc minor fixes. The shortlog this week lists fixes for driver bugs, memory leaks, I/O and USB fixes, networking and RDMA fixes, DRM/graphics fixes, and tooling and verification improvements. Specific fixes include USB series heap-overflow and buffer overflow fixes, and multiple use-after-free, memory-leak, and refcount corrections across subsystems such as i2c, zram, gpio, and net. There are fixes for graphics drivers, including amdgpu, i915, and virtio, as well as hypervisor and virtualization tweaks affecting mshv, vmbus, and hyperv. According to Phoronix, anyone running Linux 7.1 should look out for the new NTFS driver, Intel FRED for improved performance on Panther Lake and future CPUs, faster graphics with Intel Arc Battlemage, and improvements for older AMD Radeon GPUs. If you are running Linux on your computer and everything is fine, then you don’t need to worry about updating to Linux 7.1 as a priority; just wait for it to be pushed to you. If you have tried Linux on hardware but it didn’t work properly, trying again with a distro that uses Linux 7.1 could cause Linux to work on your machine, thanks to the new hardware support.
    • you can also do this with this tool: PowerSettingsExplorer made by mbk1969 at 3dguru forum.. I found it by accident researching on modern standby and annoying quirks of it in 2022
  • Recent Achievements

    • Week One Done
      Jeroen Wilms earned a badge
      Week One Done
    • Week One Done
      rolfus earned a badge
      Week One Done
    • One Month Later
      Leroy Jethro Gibbs earned a badge
      One Month Later
    • Conversation Starter
      flexorcist earned a badge
      Conversation Starter
    • One Month Later
      AndreaB earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      507
    2. 2
      +Edouard
      197
    3. 3
      PsYcHoKiLLa
      139
    4. 4
      ATLien_0
      90
    5. 5
      Steven P.
      81
  • Tell a friend

    Love Neowin? Tell a friend!