summaryrefslogtreecommitdiff
path: root/tests/css/parser/import-nonexistant.css
blob: b2223773dcd9bdd9bb7607465516daff757779ba (plain)
1
2
3
4
5
@import url("if-this-file-ever-starts-to-exist-you-have-a-weird-sense-of-naming-files.css");

a {
  string-property: "make sure it didn't stop parsing";
}