Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-highlight-api
/
painting
/
custom-highlight-painting-001-ref.html
blob: b058789f6de04c017dec9a37d8955485dcd6b7e9 [
file
] [
log
] [
blame
] [
edit
]
<!doctype html>
<meta
charset
=
"utf-8"
>
<style>
.
highlighted
{
background-color
:
yellow
;
color
:
blue
;
}
</style>
<body><span
class
=
"highlighted"
>
One two
</span><span>
three…
</span>