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

Unified Diff: LayoutTests/fast/forms/calendar-picker/month-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/month-picker-ax.html
diff --git a/LayoutTests/fast/forms/calendar-picker/month-picker-ax.html b/LayoutTests/fast/forms/calendar-picker/month-picker-ax.html
index 84c431e787d6abab009b032c1cd3317d469fe053..c9c44ced08685f3845f94673663689e7726d6d6f 100644
--- a/LayoutTests/fast/forms/calendar-picker/month-picker-ax.html
+++ b/LayoutTests/fast/forms/calendar-picker/month-picker-ax.html
@@ -23,7 +23,7 @@ window.accessibilityController.setNotificationListener(function(axnode, type) {
});
var activeDescendantCounter = 0;
var month1 = document.getElementById('month1');
-openPickerWithMock(month1, test1);
+openPicker(month1, test1);
function test1() {
eventSender.keyDown('rightArrow');

Powered by Google App Engine
This is Rietveld 408576698