[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / fast / media / media-descriptor-syntax-02.html
1 <html>
2 <head>
3 <title>HTML4 media descriptor test: parsing style element media attribute, forward-compatible syntax</title> 
4 <link rel="help" href="http://www.w3.org/TR/REC-html40/types.html#h-6.13" />
5 <!-- actual testcase from http://www.hixie.ch/tests/evil/css/import/extra/styleexoticmedia.html -->
6
7 <style type="text/css" media="screen;braille">
8 p { color: green }
9 </style>
10
11 </head>
12 <body>
13 <p> This text should be green.</p>
14 </body>
15 </html>