Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t0509-id-sel-syntax-02-b.html
blob03b99225c91c477572e1cc23a1df8f8904cb717a
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: Escapes in ID selectors</title>
5 <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#id-selectors">
6 <style type="text/css">
7 #div { color: red }
8 #\0031 { color: green }
9 </style>
10 </head>
11 <body>
12 <div id="div"><p id="1">This text should be green</p></div>
13 </body>
14 </html>