Index: LayoutTests/fast/events/dispatch-event-no-document-expected.txt |
diff --git a/LayoutTests/fast/events/dispatch-event-no-document-expected.txt b/LayoutTests/fast/events/dispatch-event-no-document-expected.txt |
index ac6bd7a01168d7a3a60cc349b8709ec026681efe..f9baa35e8cb5cb551223bf3467a897abd3133f3f 100644 |
--- a/LayoutTests/fast/events/dispatch-event-no-document-expected.txt |
+++ b/LayoutTests/fast/events/dispatch-event-no-document-expected.txt |
@@ -1,5 +1,6 @@ |
-The test verifies that EventTarget with an event listener but without ScriptExecutionContext (not inserted into Document) does not crash during an attempt to dispatch an event. It should just not call the handler. This is what FF 3.5 is also doing. |
+The test verifies that EventTarget with an event listener not inserted into a Document does not crash during an attempt to dispatch an event. |
-Test passes if there is no crash, and event is not dispatched. |
+Test passes if there is no crash, and event is dispatched. |
+ |
+PASS: generic handled. |
-PASS |