Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
content
/
test
/
data
/
accessibility
/
css
/
before-after-block.html
blob: 06c0b7ea937b2d451fb8a5d15516346d47e7f027 [
file
] [
log
] [
blame
]
<!--
@BLINK-ALLOW:htmlTag*
-->
<html>
<head><style>
b
::
before
,
i
::
after
{
content
:
""
;
display
:
block
;
}
</style></head>
<body><div>
A
<b>
bold
</b>
element
</div></body>
</html>