Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css-generated-content / margin-empty-content-expected.html
blob84d7421b765f99e806a2fb609bf6e3d293988815
1 <html>
2 <head>
3 <style>
4 ul {
5 list-style-type: none;
7 li {
8 display: inline-block;
10 li:after {
11 margin: 0 0 0 1px;
13 </style>
14 </head>
15 <body>
16 <ul>
17 <li>Should not wrap</li>
18 </ul>
19 </body>
20 </html>