Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
a-with-before.html
blob: 0b08001a88769bd53464da957ca43d5ef6052c01 [
file
] [
log
] [
blame
]
<!--
@BLINK-ALLOW:linked
-->
<!DOCTYPE html>
<html>
<style>
a
::
before
{
content
:
"[linked] "
}
</style>
Here is a
<a
href
=
"http://google.com"
>
link
</a>
.
</html>