RESOLVED FIXED 148844
Import a Chromium <input type=color> test
https://bugs.webkit.org/show_bug.cgi?id=148844
Summary Import a Chromium <input type=color> test
Jon Honeycutt
Reported 2015-09-04 16:23:09 PDT
Import a Chromium <input type=color> test that tests that no crash occurs when changing the color with the picker open.
Attachments
Patch (1.88 KB, patch)
2015-09-04 16:24 PDT, Jon Honeycutt
aestes: review+
Jon Honeycutt
Comment 1 2015-09-04 16:24:10 PDT
Jon Honeycutt
Comment 2 2015-09-04 17:34:13 PDT
Alexey Proskuryakov
Comment 3 2015-09-04 22:32:51 PDT
This test asserts in WebKit1. Will skip for now, but this is really the wrong way to not implement a feature - we should not assert on legitimate code paths. #if ENABLE(INPUT_TYPE_COLOR) std::unique_ptr<ColorChooser> WebChromeClient::createColorChooser(ColorChooserClient* client, const Color& initialColor) { // FIXME: Implement <input type='color'> for WK1 (Bug 119094). ASSERT_NOT_REACHED(); return nullptr; } #endif
Note You need to log in before you can comment on or make changes to this bug.