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

Unified Diff: LayoutTests/fast/events/dispatch-event-no-document-expected.txt

Issue 22880019: [DOM4] Doctypes now always have a node document and can be moved across document boundaries (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Improve tests Created 7 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 | « LayoutTests/fast/events/dispatch-event-no-document.html ('k') | Source/core/dom/ContainerNode.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « LayoutTests/fast/events/dispatch-event-no-document.html ('k') | Source/core/dom/ContainerNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698