Side by Side 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: Add missing test
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.
1The 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.
1The test verifies that EventTarget with an event listener not inserted into a Document does not crash during an attempt to dispatch an event.
2
2
3Test passes if there is no crash, and event is not dispatched.
3Test passes if there is no crash, and event is dispatched.
Issue 22880019: [DOM4] Doctypes now always have a node document and can be moved across document boundaries
(Closed)
Created 7 years, 4 months ago by do-not-use
Modified 7 years, 4 months ago
Reviewers: dglazkov1, arv (Not doing code reviews), jochen (gone - plz use gerrit), abarth-chromium
Base URL: svn://svn.chromium.org/blink/trunk
Comments: 7