Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / lists / marker-preferred-margins.html
blobef16744f7a3fd230fe4e49d9189ba20dfab2856a
1 <!DOCTYPE html>
2 <style>
3 li {
4 float: left;
5 border: 5px solid pink;
7 div {
8 background-color: salmon;
9 width: 20px;
10 height: 20px;
12 </style>
13 The list items should have no content.
15 <ul style="border:2px solid blue;">
16 <li data-expected-width=10></li>
17 <li data-expected-width=10></li>
18 </ul>
20 <script src="../../resources/check-layout.js"></script>
21 <script>
22 checkLayout('ul');
23 </script>