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

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: 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 The test verifies that EventTarget with an event listener but without ScriptExec utionContext (not inserted into Document) does not crash during an attempt to di spatch an event. It should just not call the handler. This is what FF 3.5 is als o doing. 1 The test verifies that EventTarget with an event listener not inserted into a Do cument does not crash during an attempt to dispatch an event.
2 2
3 Test passes if there is no crash, and event is not dispatched. 3 Test passes if there is no crash, and event is dispatched.
4 4
5 PASS 5 PASS: generic handled.
6
OLDNEW
« 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