| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
| <html> |
| <head> |
| <title>CSS 2.1 Test Suite: URLs</title> |
| <link rel="stylesheet" href="support/css1test64a.css"> |
| <style type="text/css"> |
| @import url(support/css1test64b.css); |
| p.zero {background: red url(support/swatch-green.png);color:white;} |
| </style> |
| <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#uri" title="4.3.4 URL + URN = URI"> |
| <link rel="help" href="http://www.w3.org/TR/CSS21/cascade.html#at-import" title="6.3 The @import rule"> |
| </head> |
| <body> |
| <p>There should be three green lines below.</p> |
| <p class="zero"> This line should be green. </p> |
| <p class="one"> This line should be green. </p> |
| <p class="two"> This line should be green. </p> |
| </body> |
| </html> |