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

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

Issue 2787943002: [WIP] Use the flat tree for hover handling.
Patch Set: Created 3 years, 9 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 | third_party/WebKit/LayoutTests/fast/css/hover-active-drag-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/css/hover-active-drag.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/hover-active-drag.html b/third_party/WebKit/LayoutTests/fast/css/hover-active-drag.html
index dd11864e38005b570a93735330ad181b8a566ebf..a6d16541e9ae2017b85c1462c6529f1ddfb35067 100644
--- a/third_party/WebKit/LayoutTests/fast/css/hover-active-drag.html
+++ b/third_party/WebKit/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 | third_party/WebKit/LayoutTests/fast/css/hover-active-drag-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698