chromium/third_party/blink/web_tests/fast/dom/HTMLLinkElement/resources/stylesheet-with-existent-and-non-existent-import.css

@import "stylesheet.css";
@import "non-existent-stylesheet.css";

#test { color: yellow; }