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

Unified Diff: LayoutTests/fast/forms/calendar-picker/date-picker-ax.html

Issue 629103002: Don't use mock PagePopup if possible. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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/calendar-picker/date-picker-ax.html
diff --git a/LayoutTests/fast/forms/calendar-picker/date-picker-ax.html b/LayoutTests/fast/forms/calendar-picker/date-picker-ax.html
index 9555c9febf9b3fe86859c28249e1452fa9c5a5bf..048f2b033d907ec620bd43bdf4ff712c7e5aef6d 100644
--- a/LayoutTests/fast/forms/calendar-picker/date-picker-ax.html
+++ b/LayoutTests/fast/forms/calendar-picker/date-picker-ax.html
@@ -32,7 +32,7 @@ window.accessibilityController.setNotificationListener(function(axnode, type) {
});
var activeDescendantCounter = 0;
var date1 = document.getElementById('date1');
-openPickerWithMock(date1, test1);
+openPicker(date1, test1);
function test1() {
eventSender.keyDown('rightArrow');

Powered by Google App Engine
This is Rietveld 408576698