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

Unified Diff: LayoutTests/fast/forms/suggestion-picker/time-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/time-suggestion-picker-mouse-operations.html
diff --git a/LayoutTests/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations.html b/LayoutTests/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations.html
index c3949d09c8b295758a7e7f0215ecc44f60a80323..b9eb7b9c7461e5fc3096d815310e1b30c92ac4e9 100644
--- a/LayoutTests/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations.html
+++ b/LayoutTests/fast/forms/suggestion-picker/time-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($('time'), test1);
+ openPickerWithMock($('time'), test1);
};
@@ -67,7 +67,7 @@ function test1AfterClosing() {
shouldBeNull('document.getElementById("mock-page-popup")');
shouldBeEqualToString('document.getElementById("time").value', '01:03');
- openPicker($('time'), test2);
+ openPickerWithMock($('time'), test2);
}
var scrollTopBeforeWheelEvent = 0;
@@ -96,7 +96,7 @@ function test2() {
function test2AfterClosing() {
shouldBeNull('$("mock-page-popup")');
- openPicker($('time'), test3);
+ openPickerWithMock($('time'), test3);
}
function test3() {

Powered by Google App Engine
This is Rietveld 408576698