Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<title>drag & drop - event sequence for cross-document drag</title>
<script type="text/javascript" src="/resources/testharness.js"></script>
<script type="text/javascript" src="/resources/testharnessreport.js"></script>
<script>
var events = new Array();
</script>
<frameset cols="308,*" frameborder="no" border="0">
<frame src="events-cross-document-suite-HELPER-1.html">
<frame src="events-cross-document-suite-HELPER-2.html">
</frameset>