Sign in
webkit
/
WebKit
/
0e4328c5b03a383f0100ef33ad31b474fc1d9cab
/
.
/
LayoutTests
/
fast
/
selectors
/
selection-window-inactive-text-shadow-expected.html
blob: b398d015c8d63b9c113d8e551dd1c52e409067f2 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
span
{
font-size
:
3em
;
text-shadow
:
1px
1px
2px
rgba
(
63
,
128
,
33
,
0.95
);
}
</style>
<span>
Any textual selection in this sentence should have a green shadow when the window is inactive.
</span>