Raw File
parsing-uri-008.html
<!DOCTYPE HTML>
<html>
 <head>
  <title>Error handling of broken url() with open /*</title>
  <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/uri/008.html"/>
  <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#uri" />
  <style>
   p { color: red; }
   div { color: green; }
   p { background: red url(008-test /* test); border: solid red; }
   div { background: red; */); color: green; }
  </style>
 </head>
 <body>
  <p>This line should be green.</p>
  <div>This line should be green.</div>
 </body>
</html>
back to top