diff --git a/core/modules/system/tests/modules/form_test/form_test.module b/core/modules/system/tests/modules/form_test/form_test.module
index 97657a1..6fae303 100644
--- a/core/modules/system/tests/modules/form_test/form_test.module
+++ b/core/modules/system/tests/modules/form_test/form_test.module
@@ -1780,7 +1780,6 @@ function _form_test_disabled_elements($form, &$form_state) {
   $form['color'] = array(
     '#type' => 'color',
     '#title' => 'color',
-    '#disabled' => TRUE,
     '#default_value' => '#0000ff',
     '#test_hijack_value' => '#ff0000',
     '#disabled' => TRUE,
