Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/debug_decision
/
.
/
css
/
css-values
/
attr-style-sharing-2-ref.html
blob: bdb1ffcc4d85a3f3677b98ad2f1f2239e8325848 [
file
] [
edit
]
<!DOCTYPE html>
<style>
#
s1
{
background-color
:
green
;
}
</style>
<div>
<span
id
=
"s1"
>
green
</span>
</div>
<div>
<span>
not green
</span>
</div>