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

Unified Diff: LayoutTests/fast/events/dispatch-mouse-events-to-window-always-expected.txt

Issue 1289753006: Fallback to root layer if hit-testing does not hit anything in iframe (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix layout test Created 5 years, 4 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/events/dispatch-mouse-events-to-window-always-expected.txt
diff --git a/LayoutTests/fast/events/dispatch-mouse-events-to-window-always-expected.txt b/LayoutTests/fast/events/dispatch-mouse-events-to-window-always-expected.txt
index 93dc25ca56154077060c7931a51b7f77bfc5b098..3e20e30620921e499ad68483a3fdfe1f1f0fd3fe 100644
--- a/LayoutTests/fast/events/dispatch-mouse-events-to-window-always-expected.txt
+++ b/LayoutTests/fast/events/dispatch-mouse-events-to-window-always-expected.txt
@@ -27,15 +27,6 @@ eventType: click
PASS objectsToString(actualReceivers) is "HTMLDocument,Window"
eventType: wheel
PASS objectsToString(actualReceivers) is "HTMLDocument,Window"
-outside body, outside element, outside frame
-eventType: mousedown
-PASS objectsToString(actualReceivers) is "HTMLDocument,Window"
-eventType: mouseup
-PASS objectsToString(actualReceivers) is "HTMLDocument,Window"
-eventType: click
-PASS objectsToString(actualReceivers) is "HTMLDocument,Window"
-eventType: wheel
-PASS objectsToString(actualReceivers) is "HTMLDocument,Window"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698