Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/mutationobserver-replacechildren
/
.
/
css
/
css-values
/
attr-style-sharing-5-ref.html
blob: 5d5b61a03ff7afe4f3c499b52ea6fb86bf1cdc7f [
file
] [
edit
]
<!doctype html>
<meta
charset
=
"utf-8"
>
<style>
#
bullet
::
marker
{
content
:
"@ "
;
}
#
other
::
marker
{
content
:
"* "
;
}
</style>
<ul>
<li
id
=
"bullet"
>
Has icon attribute
</li>
<li
id
=
"other"
>
Fallback icon
</li>
</ul>