repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
css-generated-content
/
margin-empty-content-expected.html
blob
84d7421b765f99e806a2fb609bf6e3d293988815
1
<html>
2
<head>
3
<style>
4
ul {
5
list-style-type: none;
6
}
7
li {
8
display: inline-block;
9
}
10
li:after {
11
margin:
0 0 0 1
px;
12
}
13
</style>
14
</head>
15
<body>
16
<ul>
17
<li>
Should not wrap
</li>
18
</ul>
19
</body>
20
</html>