Tutorials Bugs Masterclass Free stuff Test pages Proposals

Core tests

Advanced tests

This test

RichInStyle.com tests: @import

Non-destruction test

  1. If this is not red, the browser destroys @import (@import url(import-validfour.css); .notred {color: red}).

Should be red

  1. @import url(validfour.css);).

  2. @import url('validfive.css');

  3. @import url("validsix.css");

  4. @import 'validseven.css';

  5. @import "valideight.css";