Index: LayoutTests/ChangeLog |
=================================================================== |
--- LayoutTests/ChangeLog (revision 133256) |
+++ LayoutTests/ChangeLog (working copy) |
@@ -1,3 +1,16 @@ |
+2012-10-31 Keishi Hattori <keishi@webkit.org> |
+ |
+ Calendar picker can flicker when opened from the suggestion picker |
+ https://bugs.webkit.org/show_bug.cgi?id=100816 |
+ |
+ Reviewed by Kent Tamura. |
+ |
+ * fast/forms/resources/picker-common.js: |
+ (openPicker): Fix mistake. |
+ * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt: |
+ * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt: |
+ * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations.html: Test that didHide event fires after the entry was selected and before the calendar picker opened. |
+ |
2012-09-19 Dirk Pranke <dpranke@chromium.org> |
fix MISSING after TestExpectations conversion |