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

Unified Diff: LayoutTests/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations-expected.txt

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations-expected.txt
diff --git a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations-expected.txt b/LayoutTests/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations-expected.txt
deleted file mode 100644
index 499617b67060cf8800fa697335a8a37e273316f5..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations-expected.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-Check that page popup doesn't exist at first.
-PASS $("mock-page-popup") is null
-Check that page popup exists.
-PASS popupWindow.pagePopupController.toString() is "[object PagePopupController]"
-Check that page popup exists.
-PASS popupWindow.pagePopupController.toString() is "[object PagePopupController]"
-Check that hovering over an entry highlights it.
-PASS highlightedEntry() is "01:02"
-Check that moving the mouse outside the popup de-highlights entries.
-PASS highlightedEntry() is null
-Check that mouse click closes the popup and sets the value.
-PASS document.getElementById("mock-page-popup") is null
-PASS document.getElementById("time").value is "01:03"
-Check that you can scroll using the mouse wheel.
-PASS scrollTopBeforeWheelEvent < scrollTopAfterWheelEvent is true
-PASS scrollTopBeforeWheelEvent > scrollTopAfterWheelEvent is true
-PASS $("mock-page-popup") is null
-Check that you can scroll using the scroll bar.
-PASS scrollTopBeforeWheelEvent < scrollTopAfterWheelEvent is true
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698