Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/events/event-handler-processing-algorithm-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/events/event-handler-processing-algorithm-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/events/event-handler-processing-algorithm-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4a419e18517342b375c4d6bc5ce8294fd85ba17b |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/events/event-handler-processing-algorithm-expected.txt |
@@ -0,0 +1,10 @@ |
+This is a testharness.js-based test. |
+FAIL mouseover listener returning true cancels event assert_equals: expected true but got false |
+FAIL mouseover listener returning false doesn't cancel event assert_equals: expected false but got true |
+FAIL beforeunload listener returning null cancels event assert_equals: expected true but got false |
+PASS beforeunload listener returning non-null doesn't cancel event |
+PASS click listener returning false cancels event |
+PASS blur listener returning false cancels event |
+PASS dblclick listener returning false cancels event |
+Harness: the test ran to completion. |
+ |