haikuwebkit/LayoutTests/fast/selectors/text-field-selection-stroke...

11 lines
324 B
HTML

<!DOCTYPE html>
<style>
textarea {
font-size: 3em;
height: 300px;
stroke-color: rgba(63, 128, 33, 0.95); /* green; alpha < 1 so that we don't blend the background color with white. */
stroke-width: 2px;
}
</style>
<textarea>Any textual selection in this sentence should have a green stroke color.</textarea>