Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Unified Diff: LayoutTests/fast/forms/resources/picker-common.js

Issue 536903002: AX: Make the calendar role "grid". (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/forms/resources/picker-common.js
diff --git a/LayoutTests/fast/forms/resources/picker-common.js b/LayoutTests/fast/forms/resources/picker-common.js
index 6fcb211e4c273540cad6b754a6a24fdcc4e5871a..85be4f715414d6ad52bc7a26abf3acccecb8d496 100644
--- a/LayoutTests/fast/forms/resources/picker-common.js
+++ b/LayoutTests/fast/forms/resources/picker-common.js
@@ -22,7 +22,7 @@ function openPicker(input, callback) {
function popupOpenCallbackWrapper() {
popupWindow.removeEventListener("didOpenPicker", popupOpenCallbackWrapper);
- popupOpenCallback();
+ setTimeout(popupOpenCallback, 0);
tkent 2014/09/03 09:32:06 This is necessary to avoid too-early call of popup
}
function waitUntilClosing(callback) {

Powered by Google App Engine
This is Rietveld 408576698