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
/
001.html
blob
a2cb2c1dd0a903ba1d8ab8b24fd301e8fe7fadae
1
<html>
2
<head>
3
<style>
4
a:before { content:
"Link: "
; }
5
a:before { display: none; }
6
</style>
7
</head>
8
<body>
9
<a
href
=
"foo.html"
>
You should not see anything but this link.
</a>
10
</body>
11