Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-highlight-api
/
painting
/
custom-highlight-painting-text-shadow-ref.html
blob: 066d65f083c8c36d5d48a427283e7cec5d941a7a [
file
] [
log
] [
blame
] [
edit
]
<!doctype html>
<meta
charset
=
"utf-8"
>
<style>
.
highlighted
{
background-color
:
yellow
;
color
:
blue
;
text-shadow
:
5px
10px
rgba
(
0
,
255
,
0
,
0.5
);
}
</style>
<body>
<span
class
=
"highlighted"
>
One two
</span><span>
three…
</span>
</body>