Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / 20110323 / eof-007-expected.html
blob0d0cb3c7818000ac5e620307089f8f0b22ff36ba
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:before
8 color: green;
9 content: "Filler Text"
11 </style>
12 </head>
13 <body>
14 <p>Test passes if the "Filler Text" below is green.</p>
15 <div></div>
16 </body>
17 </html>