@import test

@import import-css-1.css; (invalid)
This text should not have a green background.
@import "import-css-2.css";
This text should have a green background.
@import url(import-css-3.css);
This text should have a green background.
@import url("import-css-4.css");
This text should have a green background.