disabled link
tag is included towards the end of the head
elementThis page does not use JavaScript to load any styles; in contrast to most of the test suite, we never want the linked stylesheet to load at all. The styles are referenced in the
<head>
as a <link disabled rel=stylesheet />
element. If requested, the linked stylesheet should take slightly over 5 seconds to load.
Because the stylesheet is disabled, the CSS loading indicator below is worthless (unless the browser incorrectly applies the disabled stylesheet, which none do).
disabled
property).A script embedded in this paragraph was executed (but not necessarily rendered) seconds after this small HTML page downloaded. (Technically, after it began downloading, but it is such a small file that it is essentially, usually instantaneous.) Values close to 0 indicate that the stylesheet was not requested in a blocking manner; values over 5s indicate that it was.
Apply disabled styles?
Do you notice a 5-second delay even though the stylesheet was preloaded (in e.g. Chrome 106)? That is because I set headers on the stylesheet that disable caching, purely for testing purposes.
return to test suite · tests by alan hogan