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