CSS Import Test - Test 74

Introduction

This test is a stress test. It has an @imported stylesheet that will take over five minutes (5*60=300 seconds) to download (whatever the connection you have!). This is performed using a small script.

You may wish to see sample output from this script (which will take five seconds to download).

Tests

6. Stylesheet imported using @import. This is a control test. If this test fails, then none of the tests below should be expected to succeed.

74a. Rule at top of five minute stylesheet.

74b. Rule mid way through five minute stylesheet.

74c. Rule at bottom of five minute stylesheet.

How to decide if the browser has passed

  1. If test 6 is unstyled, then browser does not support this kind of linking and is a maybe (M).
  2. If test 6 above is green, and this page has displayed fine, then the browser has passed (Y). Eventually, 74a, 74b and 74c will turn green (unless your browser times out, or something). This is not particularly important.
  3. If the browser does not display this page, or at least not before 5 minutes have elapsed, then this browser has failed (N). This is because it is silly to wait for all related resources to be downloaded before displaying the page.