Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css-generated-content / dynamic-apply-after-for-inline-expected.html
blob7aaf0aefa8e0c892c3adbb1bf307226d99273b2f
1 <!doctype html>
2 <html>
3 <head>
4 <style>
5 ul {
6 display:inline;
8 ul::before {
9 content: 'before';
11 ul::after {
12 content: 'after';
14 </style>
15 </head>
16 <body>
17 <ul><li>1</li><li>2</li><li>3</li></ul>
18 </body>
19 </html>