rwlbuis@webkit.org | f212b92 | 2008-04-30 06:13:33 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?xml-stylesheet href="resources/xml-stylesheet-media-screen.css" media="screen" type="text/css"?> |
| 3 | <?xml-stylesheet href="resources/xml-stylesheet-media-print.css" media="print" type="text/css"?> |
| 4 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| 5 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> |
| 6 | <head> |
| 7 | <title>xml-stylesheet pseudo attribute media test</title> |
| 8 | <script type="text/javascript"> |
rniwa@webkit.org | 38608af | 2012-06-19 07:23:13 +0000 | [diff] [blame] | 9 | if (window.testRunner) |
| 10 | testRunner.dumpAsText(); |
rwlbuis@webkit.org | f212b92 | 2008-04-30 06:13:33 +0000 | [diff] [blame] | 11 | </script> |
| 12 | </head> |
| 13 | <body> |
| 14 | <div id="pass">PASSED</div> |
| 15 | <div id="fail">FAILURE</div> |
| 16 | </body> |
| 17 | </html> |