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

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

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
« no previous file with comments | « no previous file | LayoutTests/fast/events/dispatch-mouse-events-to-window-always-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/dispatch-mouse-events-to-window-always.html
diff --git a/LayoutTests/fast/events/dispatch-mouse-events-to-window-always.html b/LayoutTests/fast/events/dispatch-mouse-events-to-window-always.html
index 9f4b6ee719aa9207fce3318752e89f219a75f896..8ac3fd28515ca565a46eb3cffeabfa2fb4240b7c 100644
--- a/LayoutTests/fast/events/dispatch-mouse-events-to-window-always.html
+++ b/LayoutTests/fast/events/dispatch-mouse-events-to-window-always.html
@@ -63,8 +63,6 @@ onload = function() {
generateEventsAndVerify(10, 10, [document.body, document, window]);
debug('outside body, outside element, inside frame'); // received by doc, window
generateEventsAndVerify(10, 500, [document, window]);
- debug('outside body, outside element, outside frame'); // received by doc, window
- generateEventsAndVerify(10, 2000, [document, window]);
finishJSTest();
@@ -98,4 +96,4 @@ function objectsToString(objects) {
return String(objects.map(function(o) {return o.constructor.name;}));
}
-</script>
+</script>
« no previous file with comments | « no previous file | LayoutTests/fast/events/dispatch-mouse-events-to-window-always-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698