Acid3

Updated: 09/12/2023 by Computer Hope
Main screen in Acid3.

Acid3 is a test for web page's that was developed by the Web Standards Project (WaSP). It is designed to test the compliance of a web browser with web standards and is mostly written in JavaScript.

Acid3 Test overview

The Acid3 Test is divided into six sections, called "buckets," with each having many subtests that are run on specific web standards.

  1. HTTP (hypertext transfer protocol), DOM (document object model).
  2. DOM2 and DOM2 Events.
  3. CSS3 selectors, Media Queries, and DOM2 Views and Style.
  4. Manipulation of HTML (hypertext markup language) tables and forms.
  5. HTML, Unicode, SVG (Scalar Vector Graphic), others.
  6. JavaScript/ECMAScript.

The browser must pass the test using its default settings. If successful, the result is 100/100 with colored rectangles displaying. The type of rectangle displayed for each of the six buckets depends on the number of subtests passed in each bucket, using the following system.

Rectangle Type Number of Subtests Passed
No rectangle 0
Black rectangle 1-5
Grey rectangle 6–10
Silver rectangle 11–15
Colored rectangle 16

ACID, Internet terms