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

Unified Diff: LayoutTests/fast/events/event-hit-testing-fallback-to-iframe-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: remove "active" hack for wheel event hit-test & using document.documentElement.scrollTop for scroll… 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/event-hit-testing-fallback-to-iframe-expected.txt
diff --git a/LayoutTests/fast/events/event-hit-testing-fallback-to-iframe-expected.txt b/LayoutTests/fast/events/event-hit-testing-fallback-to-iframe-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..674a87ecde05f35b357e61476cb1a20e96cccdec
--- /dev/null
+++ b/LayoutTests/fast/events/event-hit-testing-fallback-to-iframe-expected.txt
@@ -0,0 +1,14 @@
+
+Test that when the hit test of input event in an iframe does not hit anything (not even the html/body), the input event is still captured the iframe's document
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+iframe's scroll top is 900
+PASS click_triggered in iframe
+PASS click_triggered in iframe
+PASS context_menu_triggered in iframe
+

Powered by Google App Engine
This is Rietveld 408576698