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