Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / 20110323 / at-import-002-expected.html
blobf20a002787b81ed51eb3701655150f60083a2268
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <title>CSS Test: Reference Result</title>
5 <style type="text/css">
6 div
8 color: green;
10 </style>
11 </head>
12 <body>
13 <p>Test passes if the "Filler Text" below is green.</p>
14 <div>Filler Text</div>
15 </body>
16 </html>