Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css-generated-content / 001.html
bloba2cb2c1dd0a903ba1d8ab8b24fd301e8fe7fadae
1 <html>
2 <head>
3 <style>
4 a:before { content: "Link: "; }
5 a:before { display: none; }
6 </style>
7 </head>
8 <body>
9 <a href="foo.html">You should not see anything but this link.</a>
10 </body>