Sign in
webkit
/
WebKit
/
e27614df2f37ba9cd62de8344bb8d5b7377411af
/
.
/
LayoutTests
/
fast
/
css-generated-content
/
001.html
blob: a2cb2c1dd0a903ba1d8ab8b24fd301e8fe7fadae [
file
] [
log
] [
blame
]
<html>
<head>
<style>
a
:
before
{
content
:
"Link: "
;
}
a
:
before
{
display
:
none
;
}
</style>
</head>
<body>
<a
href
=
"foo.html"
>
You should not see anything but this link.
</a>
</body>