chromium/third_party/blink/web_tests/fast/media/import-media-01.html

<!DOCTYPE html>
<html>
<head>
    <title>Unexpected EOF in @import rule</title>
    <link rel="author" title="Rune Lillesveen" href="mailto:[email protected]">
    <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors">
    <style type="text/css">@import url(import-p-green.css) (color</style>
</head>
<body>
  <p>This text should be green.</p>
</body>
</html>