Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / 20110323 / eof-003.htm
blob92d918d950d1f4f56aa364264b104c4e62a6c78a
2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5 <title>CSS Test: Parsing unexpected end of string</title>
6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/">
7 <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors">
8 <meta name="flags" content="invalid">
9 <meta name="assert" content="Close all open strings at the end of the style sheet.">
10 <style type="text/css">
11 div:before
13 color: green;
14 content: "Filler Text\
15 </style>
16 </head>
17 <body>
18 <p>Test passes if the "Filler Text" below is green.</p>
19 <div></div>
20 </body>
21 </html>