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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/mouse-cursor-change-after-layout.html

Issue 2956023004: Add a flag to update hover effect when a layout is changed (Closed)
Patch Set: Remove pause in test Created 3 years, 5 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: third_party/WebKit/LayoutTests/fast/events/mouse-cursor-change-after-layout.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/mouse-cursor-change-after-layout.html b/third_party/WebKit/LayoutTests/fast/events/mouse-cursor-change-after-layout.html
index e3627a51da6dda5ea8c1a54d6d7aa853d33625c8..9808f18acab14505836daa9b9286b8682c37cac1 100644
--- a/third_party/WebKit/LayoutTests/fast/events/mouse-cursor-change-after-layout.html
+++ b/third_party/WebKit/LayoutTests/fast/events/mouse-cursor-change-after-layout.html
@@ -59,10 +59,10 @@
shouldBeEqualToString('window.internals.getCurrentCursorInfo()', 'type=IBeam hotSpot=0,0');
debug('Adding overlay element');
addOverlay();
- expectCursorUpdate('type=Wait hotSpot=0,0', function() {
+ expectSendFakeMouseMove('type=Wait hotSpot=0,0', function() {
debug('Moving overlay element');
overlay.style.top = "100px";
- expectCursorUpdate('type=IBeam hotSpot=0,0', function() {
+ expectSendFakeMouseMove('type=IBeam hotSpot=0,0', function() {
finishJSTest();
});
});

Powered by Google App Engine
This is Rietveld 408576698