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

Unified Diff: LayoutTests/fast/css/hover-active-drag.html

Issue 313183004: The element under mouse should be in hover state even if its not inActiveChain. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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
« no previous file with comments | « no previous file | LayoutTests/fast/css/hover-active-drag-expected.txt » ('j') | Source/core/dom/Document.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/hover-active-drag.html
diff --git a/LayoutTests/fast/css/hover-active-drag.html b/LayoutTests/fast/css/hover-active-drag.html
index dd11864e38005b570a93735330ad181b8a566ebf..a6d16541e9ae2017b85c1462c6529f1ddfb35067 100644
--- a/LayoutTests/fast/css/hover-active-drag.html
+++ b/LayoutTests/fast/css/hover-active-drag.html
@@ -49,7 +49,7 @@
// With the mouse still down, move into the second box.
eventSender.mouseMoveTo(50, 150)
shouldHaveBackground(box, 'rgb(0, 255, 0)')
- shouldHaveBackground(box2, 'rgb(0, 0, 0)')
+ shouldHaveBackground(box2, 'rgb(255, 0, 0)')
// Mouse still down, move outside of both boxes.
eventSender.mouseMoveTo(400, 50)
« no previous file with comments | « no previous file | LayoutTests/fast/css/hover-active-drag-expected.txt » ('j') | Source/core/dom/Document.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698