Currently, INPUT_TYPE_COLOR is disabled. When the patch for bug 61276, INPUT_TYPE_COLOR will be enabled. For WK1, a stub implementation of WebChromeClient::createColorChooser will be added, but a real implementation of <input type='color'> should be added to WK1.
<rdar://problem/14548980>
Skipped fast/forms/color/input-color-onchange-event.html in r153552: <http://trac.webkit.org/changeset/153552>. The test will crash with an assertion failure on debug builds until this bug is fixed. Please un-skip that test when this bug is fixed.
(In reply to comment #2) > Skipped fast/forms/color/input-color-onchange-event.html I changed this to expect "Crash Pass" since it only crashes on debug builds, and still passes on release builds. Please remove this entry from the TestExpectation file when the bug is fixed. Changed in r153554: <http://trac.webkit.org/changeset/153554>.
fast/forms/color/color-suggestion-picker-crash-on-set-value.html is another affected test. Having an ASSERT_NOT_REACHED is a wrong way to not to not implement a feature, we should never assert on legitimate code paths.