summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-disabled/label/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/css-disabled/label/style.css')
-rw-r--r--layout/reftests/css-disabled/label/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/css-disabled/label/style.css b/layout/reftests/css-disabled/label/style.css
new file mode 100644
index 0000000000..5bf7b20ce3
--- /dev/null
+++ b/layout/reftests/css-disabled/label/style.css
@@ -0,0 +1,12 @@
+label {
+ background-color: green;
+}
+
+label:disabled {
+ background-color: red;
+}
+
+/* ref should always be green! */
+.ref:disabled {
+ background-color: green;
+}