Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-pseudo
/
first-letter-with-quote-ref.html
blob: 0eebf0a51f10c90c64736e61a1403379fb9ed725 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE HTML>
<title>
Reference: The ::first-letter should work with quote element
</title>
<link
rel
=
"author"
title
=
"Jaeyong Bae"
href
=
"
[email protected]
"
>
<style>
span
{
color
:
red
}
</style>
<p>
<span>
“
</span>
abc”
</p>