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

Unified Diff: LayoutTests/fast/forms/suggestion-picker/datetimelocal-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/datetimelocal-suggestion-picker-mouse-operations.html
diff --git a/LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-mouse-operations.html b/LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-mouse-operations.html
index 85e767bca6abcc22d3fff01ea94abd28bf61b604..6ebef3e1eda66c785e96b56b30a6713c8a241919 100644
--- a/LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-mouse-operations.html
+++ b/LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-mouse-operations.html
@@ -39,7 +39,7 @@ debug('Check that page popup doesn\'t exist at first.');
shouldBeNull('$("mock-page-popup")');
window.onload = function() {
- openPicker($('datetime-local'), test1);
+ openPickerWithMock($('datetime-local'), test1);
};
@@ -64,7 +64,7 @@ function test1AfterClosing() {
shouldBeNull('document.getElementById("mock-page-popup")');
shouldBeEqualToString('document.getElementById("datetime-local").value', '2012-11-22T01:03');
- openPicker($('datetime-local'), test2);
+ openPickerWithMock($('datetime-local'), test2);
}
var scrollTopBeforeWheelEvent = 0;
@@ -93,7 +93,7 @@ function test2() {
function test2AfterClosing() {
shouldBeNull('$("mock-page-popup")');
- openPicker($('datetime-local'), test3);
+ openPickerWithMock($('datetime-local'), test3);
}
function test3() {

Powered by Google App Engine
This is Rietveld 408576698