blob: aa7376440995f2c539b63f67bedfcc0dace6cecf [file] [log] [blame]
<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>