tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / color-strict.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"\r
2     "http://www.w3.org/TR/html4/strict.dtd">\r
3 <html>\r
4 <head>\r
5     <title>Bug 12145: Illegal color Syntax rendered (strict mode)</title>\r
6     <style type="text/css">\r
7       .example { color: ff0000 }\r
8       .example { color: 0000ff }\r
9     </style>\r
10 </head>\r
11 <body>\r
12     <p class="example">this should not be red</p>\r
13     <p class="example2">this should not be blue</p>\r
14 </body>\r
15 </html>\r