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