chromium/third_party/blink/web_tests/fast/forms/text/input-appearance-bkcolor.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>