summaryrefslogtreecommitdiff
path: root/testsuite/css/parser/import-nonexistant.css
blob: d5c13b1e42a047da011ff0f4bc35a4c36cebf5e9 (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 {
  font-family: "make sure it didn't stop parsing";
}