counting stylesheet links

how many stylesheet links can a browser handle...

chaotic test page
#27
01.mar.2008

Test:

The background should be white.

2 - 30:
#independent {background: green;}

31:
#independent {background: yellow;}

32:
#independent {background: red;}

33 - 123:
#independent {background: blue;}

134:
#independent {background: white;}

Notes:

This page contains 133 stylesheet links,with the "correct" link at the end.

The style element counts as one link – at least in IE/win, so the style element has to come before stylesheet links in order to preserve this page's basic styles in IE/win. This skewes the link counting by one.

tested browsers:

Opera:
win2K: 7.54+ … more than 130
FF:
win2K: 2.0+ … more than 130
Safari:
winXP: 3.0 … more than 130
IE:
MacOSX: 5.2.3 … more than 130
win2K: 5.0, 6.0 … no more than 31
winXP: 7.0 … no more than 31
winXP: 8b1 … no more than 31

go to test-menu