Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/delete-tests-with-controls-showing
/
.
/
css
/
css-highlight-api
/
highlight-text-replace-ref.html
blob: 402f0ee622debc5b07a0107913ecb00d9b130b78 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<html>
<head>
<style>
#
highlight
{
background-color
:
yellow
;
color
:
green
;
}
</style>
</head>
<body>
One
<span
id
=
"highlight"
>
</span>
t
<span
id
=
"highlight"
>
w
</span>
o three
</body>
</html>