at-import-008.xht (954B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 3 <html xmlns="http://www.w3.org/1999/xhtml"> 4 5 <head> 6 7 <title>CSS Test: @import - media-dependence</title> 8 9 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> 10 <link rel="help" href="http://www.w3.org/TR/CSS21/cascade.html#at-import" /> 11 <link rel="help" href="http://www.w3.org/TR/css-cascade-3/#at-import" /> 12 <link rel="help" href="http://www.w3.org/TR/css-cascade-4/#at-import" /> 13 <meta content="paged" name="flags" /> 14 <meta content="Media-dependent @import rules" name="assert" /> 15 16 <style type="text/css"><![CDATA[ 17 @import url("support/a-green.css") print; 18 ]]></style> 19 20 </head> 21 22 <body class="a"> 23 24 <p>PREREQUISITE: Switch to print preview or a paged media view of 25 the page.</p> 26 27 <p>Test passes if the whole text of this page is green.</p> 28 29 </body> 30 </html>