@@ -0,0 +1,5 @@
+<!DOCTYPE html>
+<link rel="match" href="reference/input-background.html" />
+<div style="background-color: blue">
+ <input type="text" />
+</div>
@@ -0,0 +1,4 @@
+ <input type="text" style="background-color: Field" />
@@ -31,6 +31,9 @@ input:not([type=submit], input[type=button], input[type=image], input[type=reset
min-height: 16px;
cursor: text;
overflow: hidden;
+
+ background-color: Field;
+ color: FieldText;
}
textarea {