Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t040102-keywords-00-b.html
blob5ffd0e3a33baa8e6b4e285c32db96f8be45f2241
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: Keywords</title>
5 <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#keywords">
6 <style type="text/css">
8 p { background: green; }
9 p { background: "red"; }
10 p { color: white; }
12 </style>
13 </head>
14 <body>
16 <p>This should have a green background.</p>
18 </body>
19 </html>