In the first place, you will need to make sure that your browser is configured to pay attention to style sheets at all. This is typically done by finding an entry in your preferences dialog which says something like "Enable style sheets" and making sure the appropriate box is checked. You may have to enable other features as well. Please read the article Enabling Your Style Sheets if you need further information.
You will also need to be using a browser which is able to load LINKed style sheets. Every test page in the suite uses the style sheet base.css. This provides a consistent look to the pages, and so when something overrides the base style sheet, you'll know it. If the current page has a white background with a light gray grid, then the base stylesheet has been imported via the LINK element. If not, you should double-check to make sure that you do not have a user stylesheet set (see next section).
Furthermore, you will need to make sure that you are not using a user-defined style sheet. If you have set up your own style sheet and have your browser configured to use it, then you will need to disable this feature before you start.
Under Internet Explorer 4.x for Windows, you should take the following steps:
As of this writing, user-defined stylesheets are not supported by any other popular browser.
Some of the CSS1 Test Suite's test pages use "real-world" lengths; that is, they are units such as inches or centimeters. However, your computer may or may not have the slightest idea how far a "centimeter" really is, in terms of the number of pixels. On Windows95/98, using some display drivers, it is possible to find out by taking the following steps:
Under WindowsNT and the MacOS, the system should have already determined real-world distances for your particular monitor and its settings. It is assumed that the user agent will take advantage of this, although it's always a good idea to check for yourself, using an actual ruler.