Git init
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t0509-id-sel-syntax-01-f.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3  <head>
4   <title>CSS 2.1 Test Suite: ID selectors starting with number</title>
5   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#id-selectors">
6   <style type="text/css">
7     #div { color: green }
8     #1 { color: red }
9   </style>
10  </head>
11  <body>
12    <div id="div"><p id="1">This text should be green</p></div>
13  </body>
14 </html>