haikuwebkit/LayoutTests/fast/forms/input-appearance-bkcolor.html

4 lines
327 B
HTML

<html>
This tests that background color and background images can be set on the new text fields.<br><input style=" -khtml-appearance: textfield; background-color: pink;" type="text" value="This should be pink."><br><input style=" -khtml-appearance: textfield; background-image: url('resources/apple.gif')" type="text">
</html>