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
/
dynamic-apply-after-for-inline-expected.html
blob
7aaf0aefa8e0c892c3adbb1bf307226d99273b2f
1
<!doctype
html
>
2
<html>
3
<head>
4
<style>
5
ul {
6
display:inline;
7
}
8
ul::before {
9
content: 'before';
10
}
11
ul::after {
12
content: 'after';
13
}
14
</style>
15
</head>
16
<body>
17
<ul><li>
1
</li><li>
2
</li><li>
3
</li></ul>
18
</body>
19
</html>