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

Unified Diff: LayoutTests/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations.html

Issue 618193003: Rename page-popup helper functions. (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/suggestion-picker/month-suggestion-picker-mouse-operations.html
diff --git a/LayoutTests/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations.html b/LayoutTests/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations.html
index d84c7083c8aae8581e35ec3c295dd945c80e8bef..842e14f93f8ea61224a538a65163ea8e7ed3417e 100644
--- a/LayoutTests/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations.html
+++ b/LayoutTests/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations.html
@@ -68,7 +68,7 @@
debug('Check that page popup doesn\'t exist at first.');
shouldBeNull('$("mock-page-popup")');
-openPicker($('month'), test1);
+openPickerWithMock($('month'), test1);
function test1() {
debug('Check that page popup exists.');
@@ -91,7 +91,7 @@ function test1AfterClosing() {
shouldBeNull('$("mock-page-popup")');
shouldBeEqualToString('document.getElementById("month").value', '2012-03');
- openPicker($('month'), test2);
+ openPickerWithMock($('month'), test2);
}
var scrollTopBeforeWheelEvent = 0;
@@ -120,7 +120,7 @@ function test2() {
function test2AfterClosing() {
shouldBeNull('$("mock-page-popup")');
- openPicker($('month'), test3);
+ openPickerWithMock($('month'), test3);
}
function test3() {

Powered by Google App Engine
This is Rietveld 408576698