*** empty log message ***
authorcmontane
Sat, 17 Jan 2009 06:58:36 +0900
changeset 95 380682a08f0e
parent 94 be089e7b8938
child 96 7b0fc8e97075
*** empty log message ***
tests/framework/DOM3EventsCatalog.xml
--- a/tests/framework/DOM3EventsCatalog.xml	Sat Jan 17 04:51:18 2009 +0900
+++ b/tests/framework/DOM3EventsCatalog.xml	Sat Jan 17 06:58:36 2009 +0900
@@ -1,3927 +1,5528 @@
+    
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet type="text/xsl" href="DOM3EventsCatalog.xsl" ?>
-<test-suite xmlns="http://www.w3.org/2008/03/DOM3Events" SourceOffsetPath="./">
-	<test-suite-info>
-		<title>DOM3 Events Test Suite 0.1.0</title>
-		<description>Test Suite for DOM Level 3 Events 0.1.0.</description>
-	</test-suite-info>
-
-	<citations>
-		<citation-spec name="DOM3Events">
-			<description last-mod="2008-03-07">DOM Level 3 Events</description>
-			<spec-URI>http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html/</spec-URI>
-		</citation-spec>
-	</citations>
+<test-suite 
+xmlns="http://www.w3.org/2008/03/DOM3Events"
+SourceOffsetPath="./"
+DOMOffsetPath="Queries/QueryUpdate/">
+<test-suite-info> 
+<title>DOM3 Events Test Suite 0.1.0</title> 
+<description> 
+	Test Suite for DOM Level 3 Events 0.1.0. 
+</description> 
+</test-suite-info> 
 
-	<sources>
-		<source ID="DOM3EventsCatalog" FileName="DOM3EventsCatalog.xml" Creator="WEB API Working Group" schema="DOM3EventsCatalogxsd">
-			<description last-mod="2008-03-07">DOM 3 Events Catalog</description>
-		</source>
-		<source ID="emptydoc" FileName="TestSources/emptydoc.xml" Creator="David Marston">
-			<description last-mod="2003-03-25">Contains just a "doc" element, no comments/text/PIs.</description>
-		</source>
-		<schema ID="DOM3EventsCatalogxsd" uri="http://www.w3.org/2008/03/DOM3Events" FileName="DOM3EventsCatalog.xsd">
-			<description last-mod="2008-03-07">Schema for DOM 3 Events Catalog</description>
-		</schema>
-		<style ID="DOM3stylescss" FileName="DOM3Styles.css" Creator="Carmelo Montanez">
-			<description last-mod="2008-03-07">NIST Styelesheet for DOM 3 Tests Styling</description>
-		</style>
-	</sources>
-	<test-group name="level3Events">
-		<GroupInfo>
-			<title>DOM Level 3 Tests</title>
-			<description/>
-		</GroupInfo>
-		<test-group name="wheel">
-			<GroupInfo>December 10, 2008
-				<title>Wheel Events related to HTML</title>
-				<description/>
-			</GroupInfo>
-			<test-case name="NIST_wheel_001" FilePath="wheel" date="2008-08-20" Creator="Carmelo Montanez" Manual="False">
-				<description>test of a simulated wheel event on a table element.  value of screenXArg set to 5.</description>
-				<spec-citation spec="DOM3Events" section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"/>
-				<spec-citation spec="DOM3Events" section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"/>
-				<state status="submitted"/>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_wheel_002" FilePath="wheel" date="2008-08-20" Creator="Carmelo Montanez" Manual="False">
-				<description>test of a simulated wheel event on a table element.  value of screenXArg set to -5.</description>
-				<spec-citation spec="DOM3Events" section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"/>
-				<spec-citation spec="DOM3Events" section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"/>
-				<state status="submitted"/>
-				<input-file>emptydoc</input-file>
-			</test-case>
-		</test-group>
-		<test-group name="mousewheel">
-			<GroupInfo>
-				<title>mousewheel Events related to HTML</title>
-				<description/>
-			</GroupInfo>
-			<test-case name="NIST_mousewheel_001" FilePath="mousewheel" date="2008-08-20" Creator="Carmelo Montanez" Manual="False">
-				<description>test of a simulated mouse wheel event on a table element.  value of wheelDelta set to 5.</description>
-				<spec-citation spec="DOM3Events" section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"/>
-				<spec-citation spec="DOM3Events" section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"/>
-				<state status="submitted"/>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousewheel_002" FilePath="mousewheel" date="2008-08-20" Creator="Carmelo Montanez" Manual="False">
-				<description>test of a simulated mouse wheel event on a table element.  Value of wheelDelta set to -5.</description>
-				<spec-citation spec="DOM3Events" section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"/>
-				<spec-citation spec="DOM3Events" section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"/>
-				<state status="submitted"/>
-				<input-file>emptydoc</input-file>
-			</test-case>
-		</test-group>
-		<test-group name="keydown">
-			<GroupInfo>
-				<title>keydown Events related to HTML</title>
-				<description/>
-			</GroupInfo>
-			<test-case name="NIST_keydown_001" FilePath="keydown" date="2008-08-20" Creator="Carmelo Montanez" Manual="False">
-				<description>test of a simulated keydown event on a table element.  value of keyIdentifierArg set to "Alt".</description>
-				<spec-citation spec="DOM3Events" section-number="1.7.3" section-title="Keyboard Event Types" section-pointer="#events-Events-keyboardEvents-interfaces"/>
-				<spec-citation spec="DOM3Events" section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"/>
-				<state status="submitted"/>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_keydown_002" FilePath="keydown" date="2008-08-20" Creator="Carmelo Montanez" Manual="False">
-				<description>test of a simulated keydown event on a table element. Value of keyIdentifierArg set to "Control".</description>
-				<spec-citation spec="DOM3Events" section-number="1.7.3" section-title="Keyboard Event Types" section-pointer="#events-Events-keyboardEvents-interfaces"/>
-				<spec-citation spec="DOM3Events" section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"/>
-				<state status="submitted"/>
-				<input-file>emptydoc</input-file>
-			</test-case>
-		</test-group>
-		<test-group name="keyup">
-			<GroupInfo>
-				<title>keyup Events related to HTML</title>
-				<description/>
-			</GroupInfo>
-			<test-case name="NIST_keyup_001" FilePath="keyup" date="2008-08-20" Creator="Carmelo Montanez" Manual="False">
-				<description>test of a simulated keyup event on a table element.  Value of keyIdentifierArg set to "Alt".</description>
-				<spec-citation spec="DOM3Events" section-number="1.7.3" section-title="Keyboard Event Types" section-pointer="#events-Events-keyboardEvents-interfaces"/>
-				<spec-citation spec="DOM3Events" section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"/>
-				<state status="submitted"/>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_keyup_002" FilePath="keyup" date="2008-08-20" Creator="Carmelo Montanez" Manual="False">
-				<description>test of a simulated keyup event on a table element.  Value of keyIdentifierArg set to "Control".</description>
-				<spec-citation spec="DOM3Events" section-number="1.7.3" section-title="Keyboard Event Types" section-pointer="#events-Events-keyboardEvents-interfaces"/>
-				<spec-citation spec="DOM3Events" section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"/>
-				<state status="submitted"/>
-				<input-file>emptydoc</input-file>
-			</test-case>
-		</test-group>
-		<test-group name="DOMNodeInserted">
-			<GroupInfo>
-				<title>DOMNodeInserted Events related to HTML.</title>
-				<description></description>
-			</GroupInfo>
-		</test-group>
-		<test-group name="DOMNodeRemoved">
-			<GroupInfo>
-				<title>DOMNodeRemoved Events related to HTML.</title>
-				<description></description>
-			</GroupInfo>
-		</test-group>
-		<test-group name="DOMNodeInsertedIntoDocument">
-			<GroupInfo>
-				<title>DOMNodeInsertedIntoDocument Events related to HTML.</title>
-				<description></description>
-			</GroupInfo>
-		</test-group>
-		<test-group name="DOMNodeRemovedFromDocument">
-			<GroupInfo>
-				<title>DOMNodeRemovedFromDocument Events related to HTML.</title>
-				<description></description>
-			</GroupInfo>
-		</test-group>
-		<test-group name="DOMAttrModified">
-			<GroupInfo>
-				<title>DOMAttrModified Events related to HTML.</title>
-				<description></description>
-			</GroupInfo>
-		</test-group>
-		<test-group name="DOMCharacterDataModified">
-			<GroupInfo>
-				<title>DOMCharacterDataModified Events related to HTML.</title>
-				<description></description>
-			</GroupInfo>
-		</test-group>
-		<test-group name="DOMSubTreeModified">
-			<GroupInfo>
-				<title>DOMSubTreeModified Events related to HTML.</title>
-				<description></description>
-			</GroupInfo>
-		</test-group>
-		<test-group name="DOMElementNameChanged">
-			<GroupInfo>
-				<title>DOMElementNameChanged Events related to HTML.</title>
-				<description></description>
-			</GroupInfo>
-		</test-group>
-		<test-group name="DOMAttributeNameChanged">
-			<GroupInfo>
-				<title>DOMAttributeNameChanged Events related to HTML.</title>
-				<description></description>
-			</GroupInfo>
-		</test-group>
-		<test-group name="mouseout">
-			<GroupInfo>
-				<title>mouseout Events related to HTML.</title>
-				<description></description>
-			</GroupInfo>
-			<test-case name="NIST_mouseout_0001" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,true,window,5,5,5,5,5,true,true,true,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0002" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,true,window,5,-5,-5,-5,-5,false,false,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0003" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,true,window,-5,5,-5,5,-5,true,false,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0004" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,true,window,-5,-5,5,-5,5,false,true,false,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0005" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,false,window,5,5,-5,-5,5,true,false,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0006" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,false,window,5,-5,5,5,-5,false,true,true,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0007" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,false,window,-5,5,5,-5,-5,true,true,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0008" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,false,window,-5,-5,-5,5,5,false,false,true,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0009" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,true,window,5,5,-5,5,5,false,true,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0010" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,true,window,5,-5,5,-5,-5,true,false,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0011" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,true,window,-5,5,5,5,-5,false,false,false,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0012" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,true,window,-5,-5,-5,-5,5,true,true,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0013" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,false,window,5,5,5,-5,5,false,false,true,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0014" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,false,window,5,-5,-5,5,-5,true,true,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0015" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,false,window,-5,5,-5,-5,-5,false,true,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0016" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,false,window,-5,-5,5,5,5,true,false,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0017" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,true,window,5,-5,5,5,5,false,false,true,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0018" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,true,window,-5,-5,-5,5,-5,false,true,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0019" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,false,window,5,5,5,5,-5,false,false,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0020" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,false,window,-5,5,-5,5,5,true,true,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0021" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,true,window,5,5,5,-5,-5,true,true,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0022" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,true,window,-5,5,-5,-5,5,false,false,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0023" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,false,window,5,-5,5,-5,5,true,true,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0024" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,false,window,-5,-5,-5,-5,-5,true,false,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0025" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,true,window,5,-5,-5,5,5,true,true,false,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0026" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,false,window,-5,-5,5,5,-5,true,false,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0027" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,true,window,5,5,-5,-5,-5,true,false,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0028" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,false,window,-5,5,5,-5,5,false,true,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0029" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,true,window,5,-5,-5,-5,5,false,true,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0030" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,true,window,-5,5,5,5,5,true,true,true,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0031" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,false,window,5,5,-5,5,5,false,true,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0032" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,true,window,5,5,-5,5,-5,false,false,true,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0033" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,true,window,-5,-5,5,-5,-5,false,false,true,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0034" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,false,window,5,-5,-5,-5,-5,false,true,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0035" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,false,window,-5,-5,5,5,-5,false,true,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0036" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,true,window,-5,-5,5,-5,5,true,false,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0037" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,true,window,5,5,5,5,5,true,false,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0038" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,true,window,-5,5,-5,5,-5,false,true,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0039" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,false,window,5,-5,-5,-5,5,true,false,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0040" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,false,window,-5,5,-5,5,-5,true,false,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0041" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,true,window,5,-5,5,-5,5,false,true,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0042" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,false,window,5,5,-5,-5,5,true,false,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0043" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,true,window,-5,-5,5,-5,-5,true,true,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0044" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,false,window,-5,5,5,-5,-5,false,false,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0045" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,false,window,-5,-5,-5,5,5,false,false,false,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0046" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,false,window,5,5,-5,-5,-5,true,true,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0047" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,true,window,5,5,5,-5,-5,true,false,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseout_0048" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
-				<description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,false,window,-5,5,-5,-5,-5,true,true,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-		</test-group>
-		<test-group name="mousemove">
-			<GroupInfo>
-				<title>mousemove Events related to HTML.</title>
-				<description></description>
-			</GroupInfo>
-			<test-case name="NIST_mousemove_0001" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,true,window,5,5,5,5,5,true,true,true,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0002" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,true,window,5,-5,-5,-5,-5,false,false,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0003" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,true,window,-5,5,-5,5,-5,true,false,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0004" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,true,window,-5,-5,5,-5,5,false,true,false,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0005" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,false,window,5,5,-5,-5,5,true,false,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0006" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,false,window,5,-5,5,5,-5,false,true,true,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0007" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,false,window,-5,5,5,-5,-5,true,true,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0008" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,false,window,-5,-5,-5,5,5,false,false,true,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0009" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,true,window,5,5,-5,5,5,false,true,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0010" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,true,window,5,-5,5,-5,-5,true,false,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0011" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,true,window,-5,5,5,5,-5,false,false,false,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0012" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,true,window,-5,-5,-5,-5,5,true,true,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0013" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,false,window,5,5,5,-5,5,false,false,true,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0014" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,false,window,5,-5,-5,5,-5,true,true,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0015" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,false,window,-5,5,-5,-5,-5,false,true,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0016" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,false,window,-5,-5,5,5,5,true,false,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0017" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,true,window,5,-5,5,5,5,false,false,true,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0018" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,true,window,-5,-5,-5,5,-5,false,true,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0019" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,false,window,5,5,5,5,-5,false,false,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0020" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,false,window,-5,5,-5,5,5,true,true,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0021" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,true,window,5,5,5,-5,-5,true,true,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0022" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,true,window,-5,5,-5,-5,5,false,false,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0023" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,false,window,5,-5,5,-5,5,true,true,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0024" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,false,window,-5,-5,-5,-5,-5,true,false,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0025" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,true,window,5,-5,-5,5,5,true,true,false,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0026" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,false,window,-5,-5,5,5,-5,true,false,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0027" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,true,window,5,5,-5,-5,-5,true,false,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0028" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,false,window,-5,5,5,-5,5,false,true,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0029" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,true,window,5,-5,-5,-5,5,false,true,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0030" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,true,window,-5,5,5,5,5,true,true,true,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0031" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,false,window,5,5,-5,5,5,false,true,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0032" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,true,window,5,5,-5,5,-5,false,false,true,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0033" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,true,window,-5,-5,5,-5,-5,false,false,true,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0034" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,false,window,5,-5,-5,-5,-5,false,true,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0035" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,false,window,-5,-5,5,5,-5,false,true,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0036" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,true,window,-5,-5,5,-5,5,true,false,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0037" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,true,window,5,5,5,5,5,true,false,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0038" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,true,window,-5,5,-5,5,-5,false,true,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0039" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,false,window,5,-5,-5,-5,5,true,false,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0040" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,false,window,-5,5,-5,5,-5,true,false,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0041" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,true,window,5,-5,5,-5,5,false,true,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0042" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,false,window,5,5,-5,-5,5,true,false,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0043" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,true,window,-5,-5,5,-5,-5,true,true,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0044" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,false,window,-5,5,5,-5,-5,false,false,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0045" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,false,window,-5,-5,-5,5,5,false,false,false,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0046" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,true,window,5,5,-5,-5,5,true,true,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0047" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,true,window,5,-5,5,5,-5,true,false,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousemove_0048" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
-				<description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,true,window,-5,5,-5,-5,5,false,true,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-		</test-group>
-		<test-group name="mouseover">
-			<GroupInfo>
-				<title>mouseover Events related to HTML.</title>
-				<description></description>
-			</GroupInfo>
-			<test-case name="NIST_mouseover_0001" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,true,window,5,5,5,5,5,true,true,true,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0002" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,true,window,5,-5,-5,-5,-5,false,false,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0003" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,true,window,-5,5,-5,5,-5,true,false,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0004" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,true,window,-5,-5,5,-5,5,false,true,false,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0005" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,false,window,5,5,-5,-5,5,true,false,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0006" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,false,window,5,-5,5,5,-5,false,true,true,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0007" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,false,window,-5,5,5,-5,-5,true,true,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0008" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,false,window,-5,-5,-5,5,5,false,false,true,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0009" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,true,window,5,5,-5,5,5,false,true,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0010" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,true,window,5,-5,5,-5,-5,true,false,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0011" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,true,window,-5,5,5,5,-5,false,false,false,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0012" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,true,window,-5,-5,-5,-5,5,true,true,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0013" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,false,window,5,5,5,-5,5,false,false,true,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0014" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,false,window,5,-5,-5,5,-5,true,true,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0015" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,false,window,-5,5,-5,-5,-5,false,true,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0016" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,false,window,-5,-5,5,5,5,true,false,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0017" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,true,window,5,-5,5,5,5,false,false,true,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0018" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,true,window,-5,-5,-5,5,-5,false,true,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0019" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,false,window,5,5,5,5,-5,false,false,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0020" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,false,window,-5,5,-5,5,5,true,true,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0021" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,true,window,5,5,5,-5,-5,true,true,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0022" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,true,window,-5,5,-5,-5,5,false,false,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0023" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,false,window,5,-5,5,-5,5,true,true,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0024" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,false,window,-5,-5,-5,-5,-5,true,false,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0025" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,true,window,5,-5,-5,5,5,true,true,false,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0026" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,false,window,-5,-5,5,5,-5,true,false,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0027" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,true,window,5,5,-5,-5,-5,true,false,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0028" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,false,window,-5,5,5,-5,5,false,true,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0029" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,true,window,5,-5,-5,-5,5,false,true,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0030" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,true,window,-5,5,5,5,5,true,true,true,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0031" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,false,window,5,5,-5,5,5,false,true,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0032" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,true,window,5,5,-5,5,-5,false,false,true,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0033" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,true,window,-5,-5,5,-5,-5,false,false,true,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0034" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,false,window,5,-5,-5,-5,-5,false,true,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0035" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,false,window,-5,-5,5,5,-5,false,true,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0036" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,true,window,-5,-5,5,-5,5,true,false,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0037" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,true,window,5,5,5,5,5,true,false,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0038" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,true,window,-5,5,-5,5,-5,false,true,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0039" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,false,window,5,-5,-5,-5,5,true,false,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0040" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,false,window,-5,5,-5,5,-5,true,false,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0041" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,true,window,5,-5,5,-5,5,false,true,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0042" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,false,window,5,5,-5,-5,5,false,false,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0043" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,true,window,-5,-5,5,-5,-5,true,true,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0044" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,false,window,-5,5,5,5,-5,false,false,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0045" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,false,window,-5,-5,-5,5,5,false,false,false,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0046" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,true,window,5,5,-5,-5,-5,true,true,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0047" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,true,window,5,5,5,-5,-5,false,false,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseover_0048" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
-				<description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,false,window,-5,-5,-5,5,-5,true,true,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-		</test-group>
-		<test-group name="mouseup">
-			<GroupInfo>
-				<title>mouseup Events related to HTML.</title>
-				<description></description>
-			</GroupInfo>
-			<test-case name="NIST_mouseup_0001" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,true,window,5,5,5,5,5,true,true,true,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0002" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,true,window,5,-5,-5,-5,-5,false,false,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0003" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,true,window,-5,5,-5,5,-5,true,false,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0004" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,true,window,-5,-5,5,-5,5,false,true,false,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0005" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,false,window,5,5,-5,-5,5,true,false,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0006" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,false,window,5,-5,5,5,-5,false,true,true,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0007" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,false,window,-5,5,5,-5,-5,true,true,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0008" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,false,window,-5,-5,-5,5,5,false,false,true,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0009" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,true,window,5,5,-5,5,5,false,true,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0010" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,true,window,5,-5,5,-5,-5,true,false,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0011" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,true,window,-5,5,5,5,-5,false,false,false,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0012" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,true,window,-5,-5,-5,-5,5,true,true,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0013" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,false,window,5,5,5,-5,5,false,false,true,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0014" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,false,window,5,-5,-5,5,-5,true,true,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0015" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,false,window,-5,5,-5,-5,-5,false,true,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0016" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,false,window,-5,-5,5,5,5,true,false,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0017" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,true,window,5,-5,5,5,5,false,false,true,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0018" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,true,window,-5,-5,-5,5,-5,false,true,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0019" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,false,window,5,5,5,5,-5,false,false,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0020" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,false,window,-5,5,-5,5,5,true,true,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0021" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,true,window,5,5,5,-5,-5,true,true,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0022" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,true,window,-5,5,-5,-5,5,false,false,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0023" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,false,window,5,-5,5,-5,5,true,true,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0024" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,false,window,-5,-5,-5,-5,-5,true,false,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0025" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,true,window,5,-5,-5,5,5,true,true,false,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0026" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,false,window,-5,-5,5,5,-5,true,false,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0027" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,true,window,5,5,-5,-5,-5,true,false,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0028" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,false,window,-5,5,5,-5,5,false,true,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0029" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,true,window,5,-5,-5,-5,5,false,true,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0030" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,true,window,-5,5,5,5,5,true,true,true,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0031" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,false,window,5,5,-5,5,5,false,true,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0032" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,true,window,5,5,-5,5,-5,false,false,true,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0033" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,true,window,-5,-5,5,-5,-5,false,false,true,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0034" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,false,window,5,-5,-5,-5,-5,false,true,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0035" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,false,window,-5,-5,5,5,-5,false,true,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0036" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,true,window,-5,-5,5,-5,5,true,false,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0037" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,true,window,5,5,5,5,5,true,false,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0038" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,true,window,-5,5,-5,5,-5,false,true,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0039" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,false,window,5,-5,-5,-5,5,true,false,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0040" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,false,window,-5,5,-5,5,-5,true,false,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0041" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,true,window,5,-5,5,-5,5,false,true,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0042" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,false,window,5,5,-5,-5,5,false,false,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0043" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,true,window,-5,-5,5,-5,-5,true,true,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0044" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,false,window,-5,5,5,-5,-5,false,false,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0045" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,false,window,-5,-5,-5,5,5,false,false,false,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0046" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,false,window,5,5,-5,-5,5,true,true,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0047" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,true,window,5,-5,5,5,-5,false,false,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mouseup_0048" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
-				<description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,false,window,-5,-5,-5,-5,5,true,true,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-		</test-group>
-		<test-group name="mousedown">
-			<GroupInfo>
-				<title>mousedown Events related to HTML.</title>
-				<description></description>
-			</GroupInfo>
-			<test-case name="NIST_mousedown_0001" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,true,window,5,5,5,5,5,true,true,true,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0003" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,true,window,-5,5,-5,5,-5,true,false,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0004" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,true,window,-5,-5,5,-5,5,false,true,false,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0005" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,false,window,5,5,-5,-5,5,true,false,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0006" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,false,window,5,-5,5,5,-5,false,true,true,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0007" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,false,window,-5,5,5,-5,-5,true,true,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0008" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,false,window,-5,-5,-5,5,5,false,false,true,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0009" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,true,window,5,5,-5,5,5,false,true,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0010" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,true,window,5,-5,5,-5,-5,true,false,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0011" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,true,window,-5,5,5,5,-5,false,false,false,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0012" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,true,window,-5,-5,-5,-5,5,true,true,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0014" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,false,window,5,-5,-5,5,-5,true,true,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0015" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,false,window,-5,5,-5,-5,-5,false,true,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0016" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,false,window,-5,-5,5,5,5,true,false,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0017" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,true,window,5,-5,5,5,5,false,false,true,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0018" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,true,window,-5,-5,-5,5,-5,false,true,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0019" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,false,window,5,5,5,5,-5,false,false,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0020" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,false,window,-5,5,-5,5,5,true,true,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0021" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,true,window,5,5,5,-5,-5,true,true,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0022" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,true,window,-5,5,-5,-5,5,false,false,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0023" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,false,window,5,-5,5,-5,5,true,true,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0024" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,false,window,-5,-5,-5,-5,-5,true,false,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0025" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,true,window,5,-5,-5,5,5,true,true,false,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0026" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,false,window,-5,-5,5,5,-5,true,false,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0027" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,true,window,5,5,-5,-5,-5,true,false,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0028" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,false,window,-5,5,5,-5,5,false,true,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0029" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,true,window,5,-5,-5,-5,5,false,true,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0030" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,true,window,-5,5,5,5,5,true,true,true,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0031" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,false,window,5,5,-5,5,5,false,true,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0033" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,true,window,-5,-5,5,-5,-5,false,false,true,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0034" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,false,window,5,-5,-5,-5,-5,false,true,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0035" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,false,window,-5,-5,5,5,-5,false,true,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0036" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,true,window,-5,-5,5,-5,5,true,false,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0037" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,true,window,5,5,5,5,5,true,false,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0038" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,true,window,-5,5,-5,5,-5,false,true,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0039" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,false,window,5,-5,-5,-5,5,true,false,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0040" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,false,window,-5,5,-5,5,-5,true,false,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0041" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,true,window,5,-5,5,-5,5,false,true,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0042" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,false,window,5,5,-5,-5,5,true,false,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0043" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,true,window,-5,-5,5,-5,-5,true,true,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0045" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,false,window,-5,-5,-5,5,5,false,false,false,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0046" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,false,window,5,5,-5,-5,5,true,true,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0047" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,false,window,5,5,-5,5,-5,true,false,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0048" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,true,window,-5,5,-5,5,5,true,true,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_mousedown_0074" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
-				<description>Evaluation of a simulated mousedown event with the function initMouseEventNS set as initMouseEventNS("www.example.org","mousedown",true,false,window,-5,-5,5,5,-5,5,XXXXXXX)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-		</test-group>
-		<test-group name="dblclick">
-			<GroupInfo>
-				<title>dblclick Events related to HTML.</title>
-				<description></description>
-			</GroupInfo>
-			<test-case name="NIST_dblclick_0001" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,true,window,5,5,5,5,5,true,true,true,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0002" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,true,window,5,-5,-5,-5,-5,false,false,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0003" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,true,window,-5,5,-5,5,-5,true,false,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0004" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,true,window,-5,-5,5,-5,5,false,true,false,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0005" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,false,window,5,5,-5,-5,5,true,false,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0006" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,false,window,5,-5,5,5,-5,false,true,true,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0007" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,false,window,-5,5,5,-5,-5,true,true,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0008" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,false,window,-5,-5,-5,5,5,false,false,true,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0009" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,true,window,5,5,-5,5,5,false,true,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0010" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,true,window,5,-5,5,-5,-5,true,false,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0011" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,true,window,-5,5,5,5,-5,false,false,false,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0012" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,true,window,-5,-5,-5,-5,5,true,true,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0013" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,false,window,5,5,5,-5,5,false,false,true,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0014" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,false,window,5,-5,-5,5,-5,true,true,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0015" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,false,window,-5,5,-5,-5,-5,false,true,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0016" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,false,window,-5,-5,5,5,5,true,false,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0017" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,true,window,5,-5,5,5,5,false,false,true,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0018" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,true,window,-5,-5,-5,5,-5,false,true,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0019" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,false,window,5,5,5,5,-5,false,false,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0020" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,false,window,-5,5,-5,5,5,true,true,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0021" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,true,window,5,5,5,-5,-5,true,true,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0022" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,true,window,-5,5,-5,-5,5,false,false,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0023" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,false,window,5,-5,5,-5,5,true,true,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0024" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,false,window,-5,-5,-5,-5,-5,true,false,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0025" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,true,window,5,-5,-5,5,5,true,true,false,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0026" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,false,window,-5,-5,5,5,-5,true,false,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0027" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,true,window,5,5,-5,-5,-5,true,false,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0028" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,false,window,-5,5,5,-5,5,false,true,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0029" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,true,window,5,-5,-5,-5,5,false,true,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0030" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,true,window,-5,5,5,5,5,true,true,true,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0031" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,false,window,5,5,-5,5,5,false,true,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0032" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,true,window,5,5,-5,5,-5,false,false,true,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0033" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,true,window,-5,-5,5,-5,-5,false,false,true,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0034" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,false,window,5,-5,-5,-5,-5,false,true,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0035" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,false,window,-5,-5,5,5,-5,false,true,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0036" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,true,window,-5,-5,5,-5,5,true,false,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0037" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,true,window,5,5,5,5,5,true,false,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0038" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,true,window,-5,5,-5,5,-5,false,true,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0039" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,false,window,5,-5,-5,-5,5,true,false,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0040" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,false,window,-5,5,-5,5,-5,true,false,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0041" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,true,window,5,-5,5,-5,5,false,true,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0042" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,false,window,5,5,-5,-5,5,false,false,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0043" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,true,window,-5,-5,5,-5,-5,true,true,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0044" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,false,window,-5,5,5,-5,-5,false,false,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0045" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,false,window,-5,-5,-5,5,5,false,false,false,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0046" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,false,window,5,5,-5,-5,-5,true,true,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0047" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,false,window,5,5,5,-5,5,false,false,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_dblclick_0048" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
-				<description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,true,window,-5,-5,-5,5,5,true,true,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-		</test-group>
-		<test-group name="click">
-			<GroupInfo>
-				<title>click Events related to HTML.</title>
-				<description></description>
-			</GroupInfo>
-			<test-case name="NIST_click_0001" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,true,window,5,5,5,5,5,true,true,true,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0002" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,true,window,5,-5,-5,-5,-5,false,false,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0003" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,true,window,-5,5,-5,5,-5,true,false,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0004" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,true,window,-5,-5,5,-5,5,false,true,false,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0005" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,false,window,5,5,-5,-5,5,true,false,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0006" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,false,window,5,-5,5,5,-5,false,true,true,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0007" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,false,window,-5,5,5,-5,-5,true,true,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0008" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,false,window,-5,-5,-5,5,5,false,false,true,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0009" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,true,window,5,5,-5,5,5,false,true,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0010" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,true,window,5,-5,5,-5,-5,true,false,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0011" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,true,window,-5,5,5,5,-5,false,false,false,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0012" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,true,window,-5,-5,-5,-5,5,true,true,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0013" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,false,window,5,5,5,-5,5,false,false,true,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0014" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,false,window,5,-5,-5,5,-5,true,true,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0015" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,false,window,-5,5,-5,-5,-5,false,true,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0016" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,false,window,-5,-5,5,5,5,true,false,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0017" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,true,window,5,-5,5,5,5,false,false,true,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0018" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,true,window,-5,-5,-5,5,-5,false,true,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0019" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,false,window,5,5,5,5,-5,false,false,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0020" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,false,window,-5,5,-5,5,5,true,true,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0021" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,true,window,5,5,5,-5,-5,true,true,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0022" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,true,window,-5,5,-5,-5,5,false,false,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0023" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,false,window,5,-5,5,-5,5,true,true,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0024" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,false,window,-5,-5,-5,-5,-5,true,false,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0025" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,true,window,5,-5,-5,5,5,true,true,false,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0026" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,false,window,-5,-5,5,5,-5,true,false,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0027" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,true,window,5,5,-5,-5,-5,true,false,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0028" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,false,window,-5,5,5,-5,5,false,true,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0029" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,true,window,5,-5,-5,-5,5,false,true,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0030" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,true,window,-5,5,5,5,5,true,true,true,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0031" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,false,window,5,5,-5,5,5,false,true,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0032" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,true,window,5,5,-5,5,-5,false,false,true,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0033" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,true,window,-5,-5,5,-5,-5,false,false,true,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0034" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,false,window,5,-5,-5,-5,-5,false,true,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0035" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,false,window,-5,-5,5,5,-5,false,true,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0036" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,true,window,-5,-5,5,-5,5,true,false,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0037" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,true,window,5,5,5,5,5,true,false,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0038" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,true,window,-5,5,-5,5,-5,false,true,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0039" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,false,window,5,-5,-5,-5,5,true,false,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0040" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,false,window,-5,5,-5,5,-5,true,false,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0041" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,true,window,5,-5,5,-5,5,false,true,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0042" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,false,window,5,5,-5,-5,5,true,false,true,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0043" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,true,window,-5,-5,5,-5,-5,true,true,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0044" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,false,window,-5,5,5,5,-5,false,false,true,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0045" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,false,window,-5,-5,-5,5,5,false,false,false,true,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0046" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,false,window,5,5,-5,-5,-5,true,true,false,false,10,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0047" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,false,window,5,5,5,-5,-5,true,false,false,false,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_click_0048" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
-				<description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,false,window,-5,-5,-5,-5,5,true,true,false,true,5,null)</description>
-				<spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-		</test-group>
-		<test-group name="textInput">
-			<GroupInfo>
-				<title>textInput Events related to HTML.</title>
-				<description></description>
-			</GroupInfo>
-		</test-group>
-		<test-group name="DOMActivate">
-			<GroupInfo>
-				<title>DOMActivate Events related to HTML.</title>
-				<description></description>
-			</GroupInfo>
-			<test-case name="NIST_DOMActivate_0001" Creator="NIST" date="11-18-2008" FilePath="DOMActivate" Manual="false">
-				<description>Evaluation of a simulated DOMActivate event with the function initUIEvent set as initUIEvent("DOMActivate",true,true,window,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMActivate_0002" Creator="NIST" date="11-18-2008" FilePath="DOMActivate" Manual="false">
-				<description>Evaluation of a simulated DOMActivate event with the function initUIEvent set as initUIEvent("DOMActivate",true,true,window,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMActivate_0003" Creator="NIST" date="11-18-2008" FilePath="DOMActivate" Manual="false">
-				<description>Evaluation of a simulated DOMActivate event with the function initUIEvent set as initUIEvent("DOMActivate",true,true,null,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMActivate_0004" Creator="NIST" date="11-18-2008" FilePath="DOMActivate" Manual="false">
-				<description>Evaluation of a simulated DOMActivate event with the function initUIEvent set as initUIEvent("DOMActivate",true,true,null,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMActivate_0005" Creator="NIST" date="11-18-2008" FilePath="DOMActivate" Manual="false">
-				<description>Evaluation of a simulated DOMActivate event with the function initUIEvent set as initUIEvent("DOMActivate",true,false,window,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMActivate_0006" Creator="NIST" date="11-18-2008" FilePath="DOMActivate" Manual="false">
-				<description>Evaluation of a simulated DOMActivate event with the function initUIEvent set as initUIEvent("DOMActivate",true,false,window,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMActivate_0007" Creator="NIST" date="11-18-2008" FilePath="DOMActivate" Manual="false">
-				<description>Evaluation of a simulated DOMActivate event with the function initUIEvent set as initUIEvent("DOMActivate",true,false,null,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMActivate_0008" Creator="NIST" date="11-18-2008" FilePath="DOMActivate" Manual="false">
-				<description>Evaluation of a simulated DOMActivate event with the function initUIEvent set as initUIEvent("DOMActivate",true,false,null,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMActivate_0009" Creator="NIST" date="11-18-2008" FilePath="DOMActivate" Manual="false">
-				<description>Evaluation of a simulated DOMActivate event with the function initUIEvent set as initUIEvent("DOMActivate",false,true,window,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMActivate_0010" Creator="NIST" date="11-18-2008" FilePath="DOMActivate" Manual="false">
-				<description>Evaluation of a simulated DOMActivate event with the function initUIEvent set as initUIEvent("DOMActivate",false,true,window,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMActivate_0011" Creator="NIST" date="11-18-2008" FilePath="DOMActivate" Manual="false">
-				<description>Evaluation of a simulated DOMActivate event with the function initUIEvent set as initUIEvent("DOMActivate",false,true,null,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMActivate_0012" Creator="NIST" date="11-18-2008" FilePath="DOMActivate" Manual="false">
-				<description>Evaluation of a simulated DOMActivate event with the function initUIEvent set as initUIEvent("DOMActivate",false,true,null,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMActivate_0013" Creator="NIST" date="11-18-2008" FilePath="DOMActivate" Manual="false">
-				<description>Evaluation of a simulated DOMActivate event with the function initUIEvent set as initUIEvent("DOMActivate",false,false,window,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMActivate_0014" Creator="NIST" date="11-18-2008" FilePath="DOMActivate" Manual="false">
-				<description>Evaluation of a simulated DOMActivate event with the function initUIEvent set as initUIEvent("DOMActivate",false,false,window,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMActivate_0015" Creator="NIST" date="11-18-2008" FilePath="DOMActivate" Manual="false">
-				<description>Evaluation of a simulated DOMActivate event with the function initUIEvent set as initUIEvent("DOMActivate",false,false,null,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMActivate_0016" Creator="NIST" date="11-18-2008" FilePath="DOMActivate" Manual="false">
-				<description>Evaluation of a simulated DOMActivate event with the function initUIEvent set as initUIEvent("DOMActivate",false,false,null,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-		</test-group>
-		<test-group name="DOMFocusIn">
-			<GroupInfo>
-				<title>DOMFocusIn Events related to HTML.</title>
-				<description></description>
-			</GroupInfo>
-			<test-case name="NIST_DOMFocusIn_0001" Creator="NIST" date="11-18-2008" FilePath="DOMFocusIn" Manual="false">
-				<description>Evaluation of a simulated DOMFocusIn event with the function initUIEvent set as initUIEvent("DOMFocusIn",true,true,window,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMFocusIn_0002" Creator="NIST" date="11-18-2008" FilePath="DOMFocusIn" Manual="false">
-				<description>Evaluation of a simulated DOMFocusIn event with the function initUIEvent set as initUIEvent("DOMFocusIn",true,true,window,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMFocusIn_0003" Creator="NIST" date="11-18-2008" FilePath="DOMFocusIn" Manual="false">
-				<description>Evaluation of a simulated DOMFocusIn event with the function initUIEvent set as initUIEvent("DOMFocusIn",true,true,null,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMFocusIn_0004" Creator="NIST" date="11-18-2008" FilePath="DOMFocusIn" Manual="false">
-				<description>Evaluation of a simulated DOMFocusIn event with the function initUIEvent set as initUIEvent("DOMFocusIn",true,true,null,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMFocusIn_0005" Creator="NIST" date="11-18-2008" FilePath="DOMFocusIn" Manual="false">
-				<description>Evaluation of a simulated DOMFocusIn event with the function initUIEvent set as initUIEvent("DOMFocusIn",true,false,window,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMFocusIn_0006" Creator="NIST" date="11-18-2008" FilePath="DOMFocusIn" Manual="false">
-				<description>Evaluation of a simulated DOMFocusIn event with the function initUIEvent set as initUIEvent("DOMFocusIn",true,false,window,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMFocusIn_0007" Creator="NIST" date="11-18-2008" FilePath="DOMFocusIn" Manual="false">
-				<description>Evaluation of a simulated DOMFocusIn event with the function initUIEvent set as initUIEvent("DOMFocusIn",true,false,null,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMFocusIn_0008" Creator="NIST" date="11-18-2008" FilePath="DOMFocusIn" Manual="false">
-				<description>Evaluation of a simulated DOMFocusIn event with the function initUIEvent set as initUIEvent("DOMFocusIn",true,false,null,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMFocusIn_0009" Creator="NIST" date="11-18-2008" FilePath="DOMFocusIn" Manual="false">
-				<description>Evaluation of a simulated DOMFocusIn event with the function initUIEvent set as initUIEvent("DOMFocusIn",false,true,window,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMFocusIn_0010" Creator="NIST" date="11-18-2008" FilePath="DOMFocusIn" Manual="false">
-				<description>Evaluation of a simulated DOMFocusIn event with the function initUIEvent set as initUIEvent("DOMFocusIn",false,true,window,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMFocusIn_0011" Creator="NIST" date="11-18-2008" FilePath="DOMFocusIn" Manual="false">
-				<description>Evaluation of a simulated DOMFocusIn event with the function initUIEvent set as initUIEvent("DOMFocusIn",false,true,null,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMFocusIn_0012" Creator="NIST" date="11-18-2008" FilePath="DOMFocusIn" Manual="false">
-				<description>Evaluation of a simulated DOMFocusIn event with the function initUIEvent set as initUIEvent("DOMFocusIn",false,true,null,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMFocusIn_0013" Creator="NIST" date="11-18-2008" FilePath="DOMFocusIn" Manual="false">
-				<description>Evaluation of a simulated DOMFocusIn event with the function initUIEvent set as initUIEvent("DOMFocusIn",false,false,window,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMFocusIn_0014" Creator="NIST" date="11-18-2008" FilePath="DOMFocusIn" Manual="false">
-				<description>Evaluation of a simulated DOMFocusIn event with the function initUIEvent set as initUIEvent("DOMFocusIn",false,false,window,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMFocusIn_0015" Creator="NIST" date="11-18-2008" FilePath="DOMFocusIn" Manual="false">
-				<description>Evaluation of a simulated DOMFocusIn event with the function initUIEvent set as initUIEvent("DOMFocusIn",false,false,null,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMFocusIn_0016" Creator="NIST" date="11-18-2008" FilePath="DOMFocusIn" Manual="false">
-				<description>Evaluation of a simulated DOMFocusIn event with the function initUIEvent set as initUIEvent("DOMFocusIn",false,false,null,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-		</test-group>
-		<test-group name="DOMFocusOut">
-			<GroupInfo>
-				<title>DOMFocusOut Events related to HTML.</title>
-				<description></description>
-			</GroupInfo>
-			<test-case name="NIST_DOMFocusOut_0001" Creator="NIST" date="11-18-2008" FilePath="DOMFocusOut" Manual="false">
-				<description>Evaluation of a simulated DOMFocusOut event with the function initUIEvent set as initUIEvent("DOMFocusOut",true,true,window,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMFocusOut_0002" Creator="NIST" date="11-18-2008" FilePath="DOMFocusOut" Manual="false">
-				<description>Evaluation of a simulated DOMFocusOut event with the function initUIEvent set as initUIEvent("DOMFocusOut",true,true,window,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMFocusOut_0003" Creator="NIST" date="11-18-2008" FilePath="DOMFocusOut" Manual="false">
-				<description>Evaluation of a simulated DOMFocusOut event with the function initUIEvent set as initUIEvent("DOMFocusOut",true,true,null,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMFocusOut_0004" Creator="NIST" date="11-18-2008" FilePath="DOMFocusOut" Manual="false">
-				<description>Evaluation of a simulated DOMFocusOut event with the function initUIEvent set as initUIEvent("DOMFocusOut",true,true,null,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMFocusOut_0005" Creator="NIST" date="11-18-2008" FilePath="DOMFocusOut" Manual="false">
-				<description>Evaluation of a simulated DOMFocusOut event with the function initUIEvent set as initUIEvent("DOMFocusOut",true,false,window,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMFocusOut_0006" Creator="NIST" date="11-18-2008" FilePath="DOMFocusOut" Manual="false">
-				<description>Evaluation of a simulated DOMFocusOut event with the function initUIEvent set as initUIEvent("DOMFocusOut",true,false,window,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMFocusOut_0007" Creator="NIST" date="11-18-2008" FilePath="DOMFocusOut" Manual="false">
-				<description>Evaluation of a simulated DOMFocusOut event with the function initUIEvent set as initUIEvent("DOMFocusOut",true,false,null,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMFocusOut_0008" Creator="NIST" date="11-18-2008" FilePath="DOMFocusOut" Manual="false">
-				<description>Evaluation of a simulated DOMFocusOut event with the function initUIEvent set as initUIEvent("DOMFocusOut",true,false,null,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMFocusOut_0009" Creator="NIST" date="11-18-2008" FilePath="DOMFocusOut" Manual="false">
-				<description>Evaluation of a simulated DOMFocusOut event with the function initUIEvent set as initUIEvent("DOMFocusOut",false,true,window,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMFocusOut_0010" Creator="NIST" date="11-18-2008" FilePath="DOMFocusOut" Manual="false">
-				<description>Evaluation of a simulated DOMFocusOut event with the function initUIEvent set as initUIEvent("DOMFocusOut",false,true,window,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMFocusOut_0011" Creator="NIST" date="11-18-2008" FilePath="DOMFocusOut" Manual="false">
-				<description>Evaluation of a simulated DOMFocusOut event with the function initUIEvent set as initUIEvent("DOMFocusOut",false,true,null,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMFocusOut_0012" Creator="NIST" date="11-18-2008" FilePath="DOMFocusOut" Manual="false">
-				<description>Evaluation of a simulated DOMFocusOut event with the function initUIEvent set as initUIEvent("DOMFocusOut",false,true,null,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMFocusOut_0013" Creator="NIST" date="11-18-2008" FilePath="DOMFocusOut" Manual="false">
-				<description>Evaluation of a simulated DOMFocusOut event with the function initUIEvent set as initUIEvent("DOMFocusOut",false,false,window,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMFocusOut_0014" Creator="NIST" date="11-18-2008" FilePath="DOMFocusOut" Manual="false">
-				<description>Evaluation of a simulated DOMFocusOut event with the function initUIEvent set as initUIEvent("DOMFocusOut",false,false,window,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMFocusOut_0015" Creator="NIST" date="11-18-2008" FilePath="DOMFocusOut" Manual="false">
-				<description>Evaluation of a simulated DOMFocusOut event with the function initUIEvent set as initUIEvent("DOMFocusOut",false,false,null,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_DOMFocusOut_0016" Creator="NIST" date="11-18-2008" FilePath="DOMFocusOut" Manual="false">
-				<description>Evaluation of a simulated DOMFocusOut event with the function initUIEvent set as initUIEvent("DOMFocusOut",false,false,null,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-		</test-group>
-		<test-group name="focus">
-			<GroupInfo>
-				<title>focus Events related to HTML.</title>
-				<description></description>
-			</GroupInfo>
-			<test-case name="NIST_focus_0001" Creator="NIST" date="11-18-2008" FilePath="focus" Manual="false">
-				<description>Evaluation of a simulated focus event with the function initUIEvent set as initUIEvent("focus",true,true,window,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_focus_0002" Creator="NIST" date="11-18-2008" FilePath="focus" Manual="false">
-				<description>Evaluation of a simulated focus event with the function initUIEvent set as initUIEvent("focus",true,true,window,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_focus_0003" Creator="NIST" date="11-18-2008" FilePath="focus" Manual="false">
-				<description>Evaluation of a simulated focus event with the function initUIEvent set as initUIEvent("focus",true,true,null,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_focus_0004" Creator="NIST" date="11-18-2008" FilePath="focus" Manual="false">
-				<description>Evaluation of a simulated focus event with the function initUIEvent set as initUIEvent("focus",true,true,null,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_focus_0005" Creator="NIST" date="11-18-2008" FilePath="focus" Manual="false">
-				<description>Evaluation of a simulated focus event with the function initUIEvent set as initUIEvent("focus",true,false,window,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_focus_0006" Creator="NIST" date="11-18-2008" FilePath="focus" Manual="false">
-				<description>Evaluation of a simulated focus event with the function initUIEvent set as initUIEvent("focus",true,false,window,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_focus_0007" Creator="NIST" date="11-18-2008" FilePath="focus" Manual="false">
-				<description>Evaluation of a simulated focus event with the function initUIEvent set as initUIEvent("focus",true,false,null,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_focus_0008" Creator="NIST" date="11-18-2008" FilePath="focus" Manual="false">
-				<description>Evaluation of a simulated focus event with the function initUIEvent set as initUIEvent("focus",true,false,null,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_focus_0009" Creator="NIST" date="11-18-2008" FilePath="focus" Manual="false">
-				<description>Evaluation of a simulated focus event with the function initUIEvent set as initUIEvent("focus",false,true,window,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_focus_0010" Creator="NIST" date="11-18-2008" FilePath="focus" Manual="false">
-				<description>Evaluation of a simulated focus event with the function initUIEvent set as initUIEvent("focus",false,true,window,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_focus_0011" Creator="NIST" date="11-18-2008" FilePath="focus" Manual="false">
-				<description>Evaluation of a simulated focus event with the function initUIEvent set as initUIEvent("focus",false,true,null,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_focus_0012" Creator="NIST" date="11-18-2008" FilePath="focus" Manual="false">
-				<description>Evaluation of a simulated focus event with the function initUIEvent set as initUIEvent("focus",false,true,null,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_focus_0013" Creator="NIST" date="11-18-2008" FilePath="focus" Manual="false">
-				<description>Evaluation of a simulated focus event with the function initUIEvent set as initUIEvent("focus",false,false,window,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_focus_0014" Creator="NIST" date="11-18-2008" FilePath="focus" Manual="false">
-				<description>Evaluation of a simulated focus event with the function initUIEvent set as initUIEvent("focus",false,false,window,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_focus_0015" Creator="NIST" date="11-18-2008" FilePath="focus" Manual="false">
-				<description>Evaluation of a simulated focus event with the function initUIEvent set as initUIEvent("focus",false,false,null,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_focus_0016" Creator="NIST" date="11-18-2008" FilePath="focus" Manual="false">
-				<description>Evaluation of a simulated focus event with the function initUIEvent set as initUIEvent("focus",false,false,null,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-		</test-group>
-		<test-group name="blur">
-			<GroupInfo>
-				<title>blur Events related to HTML.</title>
-				<description></description>
-			</GroupInfo>
-			<test-case name="NIST_blur_0001" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
-				<description>Evaluation of a simulated blur event with the function initUIEvent set as initUIEvent("blur",true,true,window,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_blur_0002" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
-				<description>Evaluation of a simulated blur event with the function initUIEvent set as initUIEvent("blur",true,true,window,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_blur_0003" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
-				<description>Evaluation of a simulated blur event with the function initUIEvent set as initUIEvent("blur",true,true,null,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_blur_0004" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
-				<description>Evaluation of a simulated blur event with the function initUIEvent set as initUIEvent("blur",true,true,null,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_blur_0005" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
-				<description>Evaluation of a simulated blur event with the function initUIEvent set as initUIEvent("blur",true,false,window,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_blur_0006" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
-				<description>Evaluation of a simulated blur event with the function initUIEvent set as initUIEvent("blur",true,false,window,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_blur_0007" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
-				<description>Evaluation of a simulated blur event with the function initUIEvent set as initUIEvent("blur",true,false,null,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_blur_0008" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
-				<description>Evaluation of a simulated blur event with the function initUIEvent set as initUIEvent("blur",true,false,null,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_blur_0009" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
-				<description>Evaluation of a simulated blur event with the function initUIEvent set as initUIEvent("blur",false,true,window,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_blur_0010" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
-				<description>Evaluation of a simulated blur event with the function initUIEvent set as initUIEvent("blur",false,true,window,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_blur_0011" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
-				<description>Evaluation of a simulated blur event with the function initUIEvent set as initUIEvent("blur",false,true,null,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_blur_0012" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
-				<description>Evaluation of a simulated blur event with the function initUIEvent set as initUIEvent("blur",false,true,null,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_blur_0013" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
-				<description>Evaluation of a simulated blur event with the function initUIEvent set as initUIEvent("blur",false,false,window,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_blur_0014" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
-				<description>Evaluation of a simulated blur event with the function initUIEvent set as initUIEvent("blur",false,false,window,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_blur_0015" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
-				<description>Evaluation of a simulated blur event with the function initUIEvent set as initUIEvent("blur",false,false,null,5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_blur_0016" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
-				<description>Evaluation of a simulated blur event with the function initUIEvent set as initUIEvent("blur",false,false,null,-5)</description>
-				<spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-		</test-group>
-		<test-group name="resize">
-			<GroupInfo>
-				<title>resize Events related to HTML.</title>
-				<description></description>
-			</GroupInfo>
-			<test-case name="NIST_resize_0001" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
-				<description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",true,true,window,5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_resize_0002" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
-				<description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",true,true,window,-5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_resize_0003" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
-				<description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",true,true,null,5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_resize_0004" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
-				<description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",true,true,null,-5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_resize_0005" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
-				<description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",true,false,window,5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_resize_0006" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
-				<description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",true,false,window,-5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_resize_0007" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
-				<description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",true,false,null,5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_resize_0008" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
-				<description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",true,false,null,-5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_resize_0009" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
-				<description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",false,true,window,5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_resize_0010" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
-				<description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",false,true,window,-5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_resize_0011" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
-				<description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",false,true,null,5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_resize_0012" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
-				<description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",false,true,null,-5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_resize_0013" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
-				<description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",false,false,window,5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_resize_0014" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
-				<description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",false,false,window,-5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_resize_0015" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
-				<description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",false,false,null,5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_resize_0016" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
-				<description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",false,false,null,-5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_resize_0017" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
-				<description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",true,true,window,5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_resize_0018" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
-				<description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",true,true,window,-5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_resize_0019" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
-				<description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",true,true,null,5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_resize_0020" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
-				<description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",true,true,null,-5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_resize_0021" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
-				<description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",true,false,window,5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_resize_0022" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
-				<description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",true,false,window,-5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_resize_0023" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
-				<description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",true,false,null,5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_resize_0024" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
-				<description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",true,false,null,-5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_resize_0025" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
-				<description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",false,true,window,5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_resize_0026" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
-				<description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",false,true,window,-5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_resize_0027" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
-				<description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",false,true,null,5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_resize_0028" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
-				<description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",false,true,null,-5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_resize_0029" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
-				<description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",false,false,window,5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_resize_0030" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
-				<description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",false,false,window,-5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_resize_0031" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
-				<description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",false,false,null,5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_resize_0032" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
-				<description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",false,false,null,-5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-		</test-group>
-		<test-group name="scroll">
-			<GroupInfo>
-				<title>scroll Events related to HTML.</title>
-				<description></description>
-			</GroupInfo>
-			<test-case name="NIST_scroll_0001" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
-				<description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",true,true,window,5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_scroll_0002" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
-				<description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",true,true,window,-5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_scroll_0003" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
-				<description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",true,true,null,5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_scroll_0004" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
-				<description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",true,true,null,-5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_scroll_0005" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
-				<description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",true,false,window,5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_scroll_0006" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
-				<description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",true,false,window,-5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_scroll_0007" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
-				<description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",true,false,null,5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_scroll_0008" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
-				<description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",true,false,null,-5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_scroll_0009" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
-				<description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",false,true,window,5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_scroll_0010" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
-				<description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",false,true,window,-5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_scroll_0011" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
-				<description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",false,true,null,5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_scroll_0012" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
-				<description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",false,true,null,-5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_scroll_0013" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
-				<description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",false,false,window,5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_scroll_0014" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
-				<description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",false,false,window,-5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_scroll_0015" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
-				<description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",false,false,null,5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_scroll_0016" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
-				<description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",false,false,null,-5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_scroll_0017" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
-				<description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",true,true,window,5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_scroll_0018" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
-				<description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",true,true,window,-5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_scroll_0019" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
-				<description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",true,true,null,5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_scroll_0020" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
-				<description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",true,true,null,-5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_scroll_0021" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
-				<description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",true,false,window,5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_scroll_0022" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
-				<description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",true,false,window,-5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_scroll_0023" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
-				<description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",true,false,null,5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_scroll_0024" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
-				<description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",true,false,null,-5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_scroll_0025" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
-				<description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",false,true,window,5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_scroll_0026" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
-				<description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",false,true,window,-5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_scroll_0027" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
-				<description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",false,true,null,5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_scroll_0028" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
-				<description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",false,true,null,-5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_scroll_0029" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
-				<description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",false,false,window,5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_scroll_0030" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
-				<description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",false,false,window,-5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_scroll_0031" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
-				<description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",false,false,null,5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_scroll_0032" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
-				<description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",false,false,null,-5)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-		</test-group>
-		<test-group name="load">
-			<GroupInfo>
-				<title>load Events related to HTML.</title>
-				<description></description>
-			</GroupInfo>
-			<test-case name="NIST_load_0001" Creator="NIST" date="11-18-2008" FilePath="load" Manual="false">
-				<description>Evaluation of a simulated load event with the function initEvent set as initEvent("load",true,true)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_load_0002" Creator="NIST" date="11-18-2008" FilePath="load" Manual="false">
-				<description>Evaluation of a simulated load event with the function initEvent set as initEvent("load",true,false)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_load_0003" Creator="NIST" date="11-18-2008" FilePath="load" Manual="false">
-				<description>Evaluation of a simulated load event with the function initEvent set as initEvent("load",false,true)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_load_0004" Creator="NIST" date="11-18-2008" FilePath="load" Manual="false">
-				<description>Evaluation of a simulated load event with the function initEvent set as initEvent("load",false,false)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_load_0005" Creator="NIST" date="11-18-2008" FilePath="load" Manual="false">
-				<description>Evaluation of a simulated load event with the function initEvent set as initEvent("load",true,true)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_load_0006" Creator="NIST" date="11-18-2008" FilePath="load" Manual="false">
-				<description>Evaluation of a simulated load event with the function initEvent set as initEvent("load",true,false)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_load_0007" Creator="NIST" date="11-18-2008" FilePath="load" Manual="false">
-				<description>Evaluation of a simulated load event with the function initEvent set as initEvent("load",false,true)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_load_0008" Creator="NIST" date="11-18-2008" FilePath="load" Manual="false">
-				<description>Evaluation of a simulated load event with the function initEvent set as initEvent("load",false,false)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-		</test-group>
-		<test-group name="unload">
-			<GroupInfo>
-				<title>unload Events related to HTML.</title>
-				<description></description>
-			</GroupInfo>
-			<test-case name="NIST_unload_0001" Creator="NIST" date="11-18-2008" FilePath="unload" Manual="false">
-				<description>Evaluation of a simulated unload event with the function initEvent set as initEvent("unload",true,true)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_unload_0002" Creator="NIST" date="11-18-2008" FilePath="unload" Manual="false">
-				<description>Evaluation of a simulated unload event with the function initEvent set as initEvent("unload",true,false)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_unload_0003" Creator="NIST" date="11-18-2008" FilePath="unload" Manual="false">
-				<description>Evaluation of a simulated unload event with the function initEvent set as initEvent("unload",false,true)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_unload_0004" Creator="NIST" date="11-18-2008" FilePath="unload" Manual="false">
-				<description>Evaluation of a simulated unload event with the function initEvent set as initEvent("unload",false,false)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_unload_0005" Creator="NIST" date="11-18-2008" FilePath="unload" Manual="false">
-				<description>Evaluation of a simulated unload event with the function initEvent set as initEvent("unload",true,true)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_unload_0006" Creator="NIST" date="11-18-2008" FilePath="unload" Manual="false">
-				<description>Evaluation of a simulated unload event with the function initEvent set as initEvent("unload",true,false)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_unload_0007" Creator="NIST" date="11-18-2008" FilePath="unload" Manual="false">
-				<description>Evaluation of a simulated unload event with the function initEvent set as initEvent("unload",false,true)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_unload_0008" Creator="NIST" date="11-18-2008" FilePath="unload" Manual="false">
-				<description>Evaluation of a simulated unload event with the function initEvent set as initEvent("unload",false,false)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-		</test-group>
-		<test-group name="abort">
-			<GroupInfo>
-				<title>abort Events related to HTML.</title>
-				<description></description>
-			</GroupInfo>
-			<test-case name="NIST_abort_0001" Creator="NIST" date="11-18-2008" FilePath="abort" Manual="false">
-				<description>Evaluation of a simulated abort event with the function initEvent set as initEvent("abort",true,true)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_abort_0002" Creator="NIST" date="11-18-2008" FilePath="abort" Manual="false">
-				<description>Evaluation of a simulated abort event with the function initEvent set as initEvent("abort",true,false)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_abort_0003" Creator="NIST" date="11-18-2008" FilePath="abort" Manual="false">
-				<description>Evaluation of a simulated abort event with the function initEvent set as initEvent("abort",false,true)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_abort_0004" Creator="NIST" date="11-18-2008" FilePath="abort" Manual="false">
-				<description>Evaluation of a simulated abort event with the function initEvent set as initEvent("abort",false,false)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-		</test-group>
-		<test-group name="error">
-			<GroupInfo>
-				<title>error Events related to HTML.</title>
-				<description></description>
-			</GroupInfo>
-			<test-case name="NIST_error_0001" Creator="NIST" date="11-18-2008" FilePath="error" Manual="false">
-				<description>Evaluation of a simulated error event with the function initEvent set as initEvent("error",true,true)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_error_0002" Creator="NIST" date="11-18-2008" FilePath="error" Manual="false">
-				<description>Evaluation of a simulated error event with the function initEvent set as initEvent("error",true,false)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_error_0003" Creator="NIST" date="11-18-2008" FilePath="error" Manual="false">
-				<description>Evaluation of a simulated error event with the function initEvent set as initEvent("error",false,true)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_error_0004" Creator="NIST" date="11-18-2008" FilePath="error" Manual="false">
-				<description>Evaluation of a simulated error event with the function initEvent set as initEvent("error",false,false)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-		</test-group>
-		<test-group name="select">
-			<GroupInfo>
-				<title>select Events related to HTML.</title>
-				<description></description>
-			</GroupInfo>
-			<test-case name="NIST_select_0001" Creator="NIST" date="11-18-2008" FilePath="select" Manual="false">
-				<description>Evaluation of a simulated select event with the function initEvent set as initEvent("select",true,true)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_select_0002" Creator="NIST" date="11-18-2008" FilePath="select" Manual="false">
-				<description>Evaluation of a simulated select event with the function initEvent set as initEvent("select",true,false)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_select_0003" Creator="NIST" date="11-18-2008" FilePath="select" Manual="false">
-				<description>Evaluation of a simulated select event with the function initEvent set as initEvent("select",false,true)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_select_0004" Creator="NIST" date="11-18-2008" FilePath="select" Manual="false">
-				<description>Evaluation of a simulated select event with the function initEvent set as initEvent("select",false,false)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-		</test-group>
-		<test-group name="change">
-			<GroupInfo>
-				<title>change Events related to HTML.</title>
-				<description></description>
-			</GroupInfo>
-			<test-case name="NIST_change_0001" Creator="NIST" date="11-18-2008" FilePath="change" Manual="false">
-				<description>Evaluation of a simulated change event with the function initEvent set as initEvent("change",true,true)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_change_0002" Creator="NIST" date="11-18-2008" FilePath="change" Manual="false">
-				<description>Evaluation of a simulated change event with the function initEvent set as initEvent("change",true,false)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_change_0003" Creator="NIST" date="11-18-2008" FilePath="change" Manual="false">
-				<description>Evaluation of a simulated change event with the function initEvent set as initEvent("change",false,true)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_change_0004" Creator="NIST" date="11-18-2008" FilePath="change" Manual="false">
-				<description>Evaluation of a simulated change event with the function initEvent set as initEvent("change",false,false)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-		</test-group>
-		<test-group name="submit">
-			<GroupInfo>
-				<title>submit Events related to HTML.</title>
-				<description></description>
-			</GroupInfo>
-			<test-case name="NIST_submit_0001" Creator="NIST" date="11-18-2008" FilePath="submit" Manual="false">
-				<description>Evaluation of a simulated submit event with the function initEvent set as initEvent("submit",true,true)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_submit_0002" Creator="NIST" date="11-18-2008" FilePath="submit" Manual="false">
-				<description>Evaluation of a simulated submit event with the function initEvent set as initEvent("submit",true,false)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_submit_0003" Creator="NIST" date="11-18-2008" FilePath="submit" Manual="false">
-				<description>Evaluation of a simulated submit event with the function initEvent set as initEvent("submit",false,true)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_submit_0004" Creator="NIST" date="11-18-2008" FilePath="submit" Manual="false">
-				<description>Evaluation of a simulated submit event with the function initEvent set as initEvent("submit",false,false)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-		</test-group>
-		<test-group name="reset">
-			<GroupInfo>
-				<title>reset Events related to HTML.</title>
-				<description></description>
-			</GroupInfo>
-			<test-case name="NIST_reset_0001" Creator="NIST" date="11-18-2008" FilePath="reset" Manual="false">
-				<description>Evaluation of a simulated reset event with the function initEvent set as initEvent("reset",true,true)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_reset_0002" Creator="NIST" date="11-18-2008" FilePath="reset" Manual="false">
-				<description>Evaluation of a simulated reset event with the function initEvent set as initEvent("reset",true,false)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_reset_0003" Creator="NIST" date="11-18-2008" FilePath="reset" Manual="false">
-				<description>Evaluation of a simulated reset event with the function initEvent set as initEvent("reset",false,true)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-			<test-case name="NIST_reset_0004" Creator="NIST" date="11-18-2008" FilePath="reset" Manual="false">
-				<description>Evaluation of a simulated reset event with the function initEvent set as initEvent("reset",false,false)</description>
-				<spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
-				<spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
-				<state status="submitted"></state>
-				<input-file>emptydoc</input-file>
-			</test-case>
-		</test-group>
-	</test-group>
-</test-suite>
\ No newline at end of file
+<citations>
+<citation-spec name="DOM3Events">
+<description last-mod="2008-03-07">DOM Level 3 Events</description>
+<spec-URI>http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html/</spec-URI>
+</citation-spec>
+</citations>
+
+<sources>
+<source ID="DOM3EventsCatalog" FileName="DOM3EventsCatalog.xml" Creator="WEB API Working Group" schema="DOM3EventsCatalogxsd">
+<description last-mod="2008-03-07">DOM 3 Events Catalog</description>
+</source>
+<source ID="emptydoc" FileName="TestSources/emptydoc.xml" Creator="David Marston">
+<description last-mod="2003-03-25">Contains just a "doc" element, no comments/text/PIs.</description>
+</source>   
+<schema ID="DOM3EventsCatalogxsd" uri="http://www.w3.org/2008/03/DOM3Events" FileName="DOM3EventsCatalog.xsd">
+<description last-mod="2008-03-07">Schema for DOM 3 Events Catalog</description>
+</schema>  
+<style ID="DOM3stylescss" FileName="DOM3Styles.css" Creator = "Carmelo Montanez">
+<description last-mod="2008-03-07">NIST Styelesheet for DOM 3 Tests Styling</description>
+</style>           
+</sources>  
+<test-group name="level3Events">
+<GroupInfo>
+<title>DOM Level 3 Tests</title>
+<description/>
+</GroupInfo>
+	<test-group name="HTMLTests">
+	<GroupInfo>
+	<title>DOM Level 3 Events HTML Tests</title>
+	<description/>
+	</GroupInfo>
+
+<test-group name="wheel">
+   <GroupInfo>
+      <title>wheel Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+   <test-case name="NIST_wheel_0001" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,true,window,5,5,5,5,5,5,XXXXXXX,5,5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0002" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,true,window,5,-5,-5,-5,-5,10,XXXXXXX,-5,-5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0003" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,true,window,-5,5,-5,5,-5,5,XXXXXXX,-5,5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0004" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,true,window,-5,-5,5,-5,5,10,XXXXXXX,5,-5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0005" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,false,window,5,5,-5,-5,5,5,XXXXXXX,-5,-5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0006" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,false,window,5,-5,5,5,-5,10,XXXXXXX,5,5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0007" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,false,window,-5,5,5,-5,-5,5,XXXXXXX,5,-5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0008" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,false,window,-5,-5,-5,5,5,10,XXXXXXX,-5,5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0009" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,true,window,5,5,-5,5,5,10,XXXXXXX,5,-5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0010" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,true,window,5,-5,5,-5,-5,5,XXXXXXX,-5,5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0011" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,true,window,-5,5,5,5,-5,10,XXXXXXX,-5,-5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0012" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,true,window,-5,-5,-5,-5,5,5,XXXXXXX,5,5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0013" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,false,window,5,5,5,-5,5,10,XXXXXXX,-5,5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0014" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,false,window,5,-5,-5,5,-5,5,XXXXXXX,5,-5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0015" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,false,window,-5,5,-5,-5,-5,10,XXXXXXX,5,5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0016" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,false,window,-5,-5,5,5,5,5,XXXXXXX,-5,-5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0017" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,true,window,5,-5,5,5,5,10,XXXXXXX,-5,5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0018" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,true,window,-5,-5,-5,5,-5,10,XXXXXXX,5,-5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0019" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,false,window,5,5,5,5,-5,10,XXXXXXX,-5,-5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0020" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,false,window,-5,5,-5,5,5,5,XXXXXXX,5,5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0021" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,true,window,5,5,5,-5,-5,5,XXXXXXX,5,5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0022" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,true,window,-5,5,-5,-5,5,10,XXXXXXX,-5,-5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0023" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,false,window,5,-5,5,-5,5,5,XXXXXXX,5,-5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0024" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,false,window,-5,-5,-5,-5,-5,5,XXXXXXX,-5,5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0025" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,true,window,5,-5,-5,5,5,5,XXXXXXX,5,-5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0026" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,false,window,-5,-5,5,5,-5,5,XXXXXXX,-5,5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0027" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,true,window,5,5,-5,-5,-5,5,XXXXXXX,-5,-5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0028" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,false,window,-5,5,5,-5,5,10,XXXXXXX,5,-5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0029" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,true,window,5,-5,-5,-5,5,10,XXXXXXX,5,5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0030" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,true,window,-5,5,5,5,5,5,XXXXXXX,5,5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0031" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,false,window,5,5,-5,5,5,10,XXXXXXX,5,5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0032" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,true,window,5,5,-5,5,-5,10,XXXXXXX,-5,5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0033" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,true,window,-5,-5,5,-5,-5,10,XXXXXXX,-5,5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0034" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,false,window,5,-5,-5,-5,-5,10,XXXXXXX,5,-5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0035" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,false,window,-5,-5,5,5,-5,10,XXXXXXX,5,-5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0036" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,true,window,-5,-5,5,-5,5,5,XXXXXXX,-5,-5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0037" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,true,window,5,5,5,5,5,5,XXXXXXX,-5,-5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0038" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,true,window,-5,5,-5,5,-5,10,XXXXXXX,5,5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0039" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,false,window,5,-5,-5,-5,5,5,XXXXXXX,-5,5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0040" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,false,window,-5,5,-5,5,5,5,XXXXXXX,-5,-5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0041" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,true,window,5,-5,5,-5,5,10,XXXXXXX,5,-5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0042" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,false,window,5,5,-5,-5,5,5,XXXXXXX,-5,5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0043" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,true,window,-5,-5,5,-5,-5,5,XXXXXXX,5,-5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0044" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,false,window,-5,5,5,-5,-5,10,XXXXXXX,-5,5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0045" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,false,window,-5,-5,-5,-5,-5,10,XXXXXXX,-5,-5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0046" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,false,window,5,-5,-5,5,-5,5,XXXXXXX,-5,5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0047" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,true,window,5,5,5,5,5,5,XXXXXXX,5,5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0048" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,true,window,5,-5,-5,-5,-5,10,XXXXXXX,-5,-5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0049" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,true,window,-5,5,-5,5,-5,5,XXXXXXX,-5,5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0050" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,true,window,-5,-5,5,-5,5,10,XXXXXXX,5,-5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0051" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,false,window,5,5,-5,-5,5,5,XXXXXXX,-5,-5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0052" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,false,window,5,-5,5,5,-5,10,XXXXXXX,5,5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0053" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,false,window,-5,5,5,-5,-5,5,XXXXXXX,5,-5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0054" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,false,window,-5,-5,-5,5,5,10,XXXXXXX,-5,5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0055" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,true,window,5,5,-5,5,5,10,XXXXXXX,5,-5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0056" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,true,window,5,-5,5,-5,-5,5,XXXXXXX,-5,5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0057" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,true,window,-5,5,5,5,-5,10,XXXXXXX,-5,-5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0058" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,true,window,-5,-5,-5,-5,5,5,XXXXXXX,5,5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0059" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,false,window,5,5,5,-5,5,10,XXXXXXX,-5,5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0060" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,false,window,5,-5,-5,5,-5,5,XXXXXXX,5,-5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0061" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,false,window,-5,5,-5,-5,-5,10,XXXXXXX,5,5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0062" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,false,window,-5,-5,5,5,5,5,XXXXXXX,-5,-5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0063" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,true,window,5,-5,5,5,5,10,XXXXXXX,-5,5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0064" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,true,window,-5,-5,-5,5,-5,10,XXXXXXX,5,-5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0065" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,false,window,5,5,5,5,-5,10,XXXXXXX,-5,-5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0066" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,false,window,-5,5,-5,5,5,5,XXXXXXX,5,5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0067" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,true,window,5,5,5,-5,-5,5,XXXXXXX,5,5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0068" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,true,window,-5,5,-5,-5,5,10,XXXXXXX,-5,-5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0069" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,false,window,5,-5,5,-5,5,5,XXXXXXX,5,-5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0070" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,false,window,-5,-5,-5,-5,-5,5,XXXXXXX,-5,5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0071" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,true,window,5,-5,-5,5,5,5,XXXXXXX,5,-5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0072" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,false,window,-5,-5,5,5,-5,5,XXXXXXX,-5,5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0073" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,true,window,5,5,-5,-5,-5,5,XXXXXXX,-5,-5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0074" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,false,window,-5,5,5,-5,5,10,XXXXXXX,5,-5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0075" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,true,window,5,-5,-5,-5,5,10,XXXXXXX,5,5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0076" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,true,window,-5,5,5,5,5,5,XXXXXXX,5,5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0077" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,false,window,5,5,-5,5,5,10,XXXXXXX,5,5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0078" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,true,window,5,5,-5,5,-5,10,XXXXXXX,-5,5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0079" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,true,window,-5,-5,5,-5,-5,10,XXXXXXX,-5,5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0080" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,false,window,5,-5,-5,-5,-5,10,XXXXXXX,5,-5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0081" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,false,window,-5,-5,5,5,-5,10,XXXXXXX,5,-5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0082" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,true,window,-5,-5,5,-5,5,5,XXXXXXX,-5,-5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0083" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,true,window,5,5,5,5,5,5,XXXXXXX,-5,-5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0084" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,true,window,-5,5,-5,5,-5,10,XXXXXXX,5,5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0085" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,false,window,5,-5,-5,-5,5,5,XXXXXXX,-5,5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0086" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,false,window,-5,5,-5,5,5,5,XXXXXXX,-5,-5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0087" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,true,window,5,-5,5,-5,5,10,XXXXXXX,5,-5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0088" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,false,window,5,5,-5,-5,5,5,XXXXXXX,-5,5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0089" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,true,window,-5,-5,5,-5,-5,5,XXXXXXX,5,-5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0090" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",false,false,window,-5,5,5,-5,-5,10,XXXXXXX,-5,5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0091" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,false,window,-5,-5,-5,-5,-5,10,XXXXXXX,-5,-5,5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_wheel_0092" Creator="NIST" date="11-18-2008" FilePath="wheel" Manual="false">
+      <description>Evaluation of a simulated wheel event with the function initWheelEventNS set as initWheelEventNS("www.example.com","wheel",true,false,window,5,-5,-5,5,-5,5,XXXXXXX,-5,5,-5)</description>
+      <spec-citation section-number="1.7.4" section-title="Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+</test-group>
+<test-group name="mousewheel">
+   <GroupInfo>
+      <title>mousewheel Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+   <test-case name="NIST_mousewheel_0001" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,true,mousewheel,5,5,5,5,5,5,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0002" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,true,mousewheel,5,-5,-5,-5,-5,10,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0003" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,true,mousewheel,-5,5,-5,5,-5,5,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0004" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,true,mousewheel,-5,-5,5,-5,5,10,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0005" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,false,mousewheel,5,5,-5,-5,5,5,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0006" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,false,mousewheel,5,-5,5,5,-5,10,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0007" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,false,mousewheel,-5,5,5,-5,-5,5,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0008" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,false,mousewheel,-5,-5,-5,5,5,10,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0009" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,true,mousewheel,5,5,-5,5,5,10,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0010" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,true,mousewheel,5,-5,5,-5,-5,5,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0011" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,true,mousewheel,-5,5,5,5,-5,10,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0012" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,true,mousewheel,-5,-5,-5,-5,5,5,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0013" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,false,mousewheel,5,5,5,-5,5,10,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0014" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,false,mousewheel,5,-5,-5,5,-5,5,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0015" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,false,mousewheel,-5,5,-5,-5,-5,10,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0016" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,false,mousewheel,-5,-5,5,5,5,5,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0017" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,true,mousewheel,5,-5,5,5,5,10,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0018" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,true,mousewheel,-5,-5,-5,5,-5,10,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0019" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,false,mousewheel,5,5,5,5,-5,10,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0020" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,false,mousewheel,-5,5,-5,5,5,5,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0021" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,true,mousewheel,5,5,5,-5,-5,5,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0022" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,true,mousewheel,-5,5,-5,-5,5,10,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0023" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,false,mousewheel,5,-5,5,-5,5,5,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0024" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,false,mousewheel,-5,-5,-5,-5,-5,5,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0025" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,true,mousewheel,5,-5,-5,5,5,5,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0026" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,false,mousewheel,-5,-5,5,5,-5,5,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0027" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,true,mousewheel,5,5,-5,-5,-5,5,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0028" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,false,mousewheel,-5,5,5,-5,5,10,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0029" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,true,mousewheel,5,-5,-5,-5,5,10,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0030" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,true,mousewheel,-5,5,5,5,5,5,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0031" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,false,mousewheel,5,5,-5,5,5,10,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0032" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,true,mousewheel,5,5,-5,5,-5,10,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0033" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,true,mousewheel,-5,-5,5,-5,-5,10,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0034" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,false,mousewheel,5,-5,-5,-5,-5,10,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0035" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,false,mousewheel,-5,-5,5,5,-5,10,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0036" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,true,mousewheel,-5,-5,5,-5,5,5,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0037" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,true,mousewheel,5,5,5,5,5,5,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0038" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,true,mousewheel,-5,5,-5,5,-5,10,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0039" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,false,mousewheel,5,-5,-5,-5,5,10,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0040" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,false,mousewheel,-5,5,-5,-5,-5,5,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0041" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,false,mousewheel,5,5,5,-5,-5,5,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0042" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,true,mousewheel,5,5,5,5,5,5,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0043" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,true,mousewheel,5,-5,-5,-5,-5,10,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0044" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,true,mousewheel,-5,5,-5,5,-5,5,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0045" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,true,mousewheel,-5,-5,5,-5,5,10,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0046" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,false,mousewheel,5,5,-5,-5,5,5,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0047" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,false,mousewheel,5,-5,5,5,-5,10,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0048" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,false,mousewheel,-5,5,5,-5,-5,5,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0049" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,false,mousewheel,-5,-5,-5,5,5,10,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0050" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,true,mousewheel,5,5,-5,5,5,10,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0051" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,true,mousewheel,5,-5,5,-5,-5,5,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0052" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,true,mousewheel,-5,5,5,5,-5,10,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0053" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,true,mousewheel,-5,-5,-5,-5,5,5,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0054" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,false,mousewheel,5,5,5,-5,5,10,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0055" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,false,mousewheel,5,-5,-5,5,-5,5,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0056" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,false,mousewheel,-5,5,-5,-5,-5,10,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0057" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,false,mousewheel,-5,-5,5,5,5,5,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0058" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,true,mousewheel,5,-5,5,5,5,10,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0059" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,true,mousewheel,-5,-5,-5,5,-5,10,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0060" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,false,mousewheel,5,5,5,5,-5,10,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0061" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,false,mousewheel,-5,5,-5,5,5,5,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0062" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,true,mousewheel,5,5,5,-5,-5,5,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0063" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,true,mousewheel,-5,5,-5,-5,5,10,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0064" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,false,mousewheel,5,-5,5,-5,5,5,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0065" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,false,mousewheel,-5,-5,-5,-5,-5,5,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0066" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,true,mousewheel,5,-5,-5,5,5,5,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0067" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,false,mousewheel,-5,-5,5,5,-5,5,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0068" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,true,mousewheel,5,5,-5,-5,-5,5,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0069" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,false,mousewheel,-5,5,5,-5,5,10,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0070" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,true,mousewheel,5,-5,-5,-5,5,10,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0071" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,true,mousewheel,-5,5,5,5,5,5,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0072" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,false,mousewheel,5,5,-5,5,5,10,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0073" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,true,mousewheel,5,5,-5,5,-5,10,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0074" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,true,mousewheel,-5,-5,5,-5,-5,10,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0075" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,false,mousewheel,5,-5,-5,-5,-5,10,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0076" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,false,mousewheel,-5,-5,5,5,-5,10,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0077" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,true,mousewheel,-5,-5,5,-5,5,5,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0078" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,true,mousewheel,5,5,5,5,5,5,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0079" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",true,true,mousewheel,-5,5,-5,5,-5,10,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0080" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,false,mousewheel,5,-5,-5,-5,5,10,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0081" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,false,mousewheel,-5,5,-5,-5,-5,5,XXXXXXX,"XXXXXXX",-5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousewheel_0082" Creator="NIST" date="11-18-2008" FilePath="mousewheel" Manual="false">
+      <description>Evaluation of a simulated mousewheel event with the function initMouseWheelEventNS set as initMouseWheelEventNS("www.example.com","mousewheel",false,false,mousewheel,5,5,5,-5,-5,5,XXXXXXX,"XXXXXXX",5)</description>
+      <spec-citation section-number="1.7.5" section-title="Mouse Wheel Event Types" section-pointer="#events-Events-eventsgrouping-mousewheelevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+</test-group>
+<test-group name="DOMNodeInserted">
+   <GroupInfo>
+      <title>DOMNodeInserted Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+</test-group>
+<test-group name="DOMNodeRemoved">
+   <GroupInfo>
+      <title>DOMNodeRemoved Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+</test-group>
+<test-group name="DOMNodeInsertedIntoDocument">
+   <GroupInfo>
+      <title>DOMNodeInsertedIntoDocument Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+</test-group>
+<test-group name="DOMNodeRemovedFromDocument">
+   <GroupInfo>
+      <title>DOMNodeRemovedFromDocument Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+</test-group>
+<test-group name="DOMAttrModified">
+   <GroupInfo>
+      <title>DOMAttrModified Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+</test-group>
+<test-group name="DOMCharacterDataModified">
+   <GroupInfo>
+      <title>DOMCharacterDataModified Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+</test-group>
+<test-group name="DOMSubTreeModified">
+   <GroupInfo>
+      <title>DOMSubTreeModified Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+</test-group>
+<test-group name="keydown">
+   <GroupInfo>
+      <title>keydown Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+</test-group>
+<test-group name="DOMElementNameChanged">
+   <GroupInfo>
+      <title>DOMElementNameChanged Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+</test-group>
+<test-group name="DOMAttributeNameChanged">
+   <GroupInfo>
+      <title>DOMAttributeNameChanged Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+</test-group>
+<test-group name="keyup">
+   <GroupInfo>
+      <title>keyup Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+</test-group>
+<test-group name="mouseout">
+   <GroupInfo>
+      <title>mouseout Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+   <test-case name="NIST_mouseout_0001" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,true,window,5,5,5,5,5,true,true,true,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0002" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,true,window,5,-5,-5,-5,-5,false,false,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0003" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,true,window,-5,5,-5,5,-5,true,false,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0004" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,true,window,-5,-5,5,-5,5,false,true,false,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0005" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,false,window,5,5,-5,-5,5,true,false,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0006" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,false,window,5,-5,5,5,-5,false,true,true,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0007" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,false,window,-5,5,5,-5,-5,true,true,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0008" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,false,window,-5,-5,-5,5,5,false,false,true,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0009" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,true,window,5,5,-5,5,5,false,true,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0010" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,true,window,5,-5,5,-5,-5,true,false,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0011" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,true,window,-5,5,5,5,-5,false,false,false,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0012" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,true,window,-5,-5,-5,-5,5,true,true,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0013" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,false,window,5,5,5,-5,5,false,false,true,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0014" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,false,window,5,-5,-5,5,-5,true,true,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0015" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,false,window,-5,5,-5,-5,-5,false,true,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0016" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,false,window,-5,-5,5,5,5,true,false,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0017" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,true,window,5,-5,5,5,5,false,false,true,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0018" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,true,window,-5,-5,-5,5,-5,false,true,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0019" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,false,window,5,5,5,5,-5,false,false,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0020" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,false,window,-5,5,-5,5,5,true,true,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0021" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,true,window,5,5,5,-5,-5,true,true,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0022" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,true,window,-5,5,-5,-5,5,false,false,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0023" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,false,window,5,-5,5,-5,5,true,true,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0024" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,false,window,-5,-5,-5,-5,-5,true,false,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0025" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,true,window,5,-5,-5,5,5,true,true,false,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0026" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,false,window,-5,-5,5,5,-5,true,false,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0027" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,true,window,5,5,-5,-5,-5,true,false,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0028" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,false,window,-5,5,5,-5,5,false,true,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0029" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,true,window,5,-5,-5,-5,5,false,true,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0030" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,true,window,-5,5,5,5,5,true,true,true,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0031" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,false,window,5,5,-5,5,5,false,true,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0032" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,true,window,5,5,-5,5,-5,false,false,true,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0033" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,true,window,-5,-5,5,-5,-5,false,false,true,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0034" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,false,window,5,-5,-5,-5,-5,false,true,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0035" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,false,window,-5,-5,5,5,-5,false,true,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0036" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,true,window,-5,-5,5,-5,5,true,false,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0037" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,true,window,5,5,5,5,5,true,false,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0038" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,true,window,-5,5,-5,5,-5,false,true,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0039" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,false,window,5,-5,-5,-5,5,true,false,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0040" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,false,window,-5,5,-5,5,-5,true,false,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0041" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,true,window,5,-5,5,-5,5,false,true,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0042" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,false,window,5,5,-5,-5,5,true,false,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0043" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,true,window,-5,-5,5,-5,-5,true,true,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0044" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,false,window,-5,5,5,-5,-5,false,false,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0045" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,false,window,-5,-5,-5,5,5,false,false,false,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0046" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,false,window,5,5,-5,-5,-5,true,true,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0047" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",false,true,window,5,5,5,-5,-5,true,false,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseout_0048" Creator="NIST" date="11-18-2008" FilePath="mouseout" Manual="false">
+      <description>Evaluation of a simulated mouseout event with the function initMouseEvent set as initMouseEvent("mouseout",true,false,window,-5,5,-5,-5,-5,true,true,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+</test-group>
+<test-group name="mousemove">
+   <GroupInfo>
+      <title>mousemove Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+   <test-case name="NIST_mousemove_0001" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,true,window,5,5,5,5,5,true,true,true,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0002" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,true,window,5,-5,-5,-5,-5,false,false,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0003" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,true,window,-5,5,-5,5,-5,true,false,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0004" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,true,window,-5,-5,5,-5,5,false,true,false,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0005" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,false,window,5,5,-5,-5,5,true,false,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0006" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,false,window,5,-5,5,5,-5,false,true,true,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0007" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,false,window,-5,5,5,-5,-5,true,true,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0008" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,false,window,-5,-5,-5,5,5,false,false,true,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0009" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,true,window,5,5,-5,5,5,false,true,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0010" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,true,window,5,-5,5,-5,-5,true,false,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0011" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,true,window,-5,5,5,5,-5,false,false,false,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0012" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,true,window,-5,-5,-5,-5,5,true,true,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0013" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,false,window,5,5,5,-5,5,false,false,true,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0014" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,false,window,5,-5,-5,5,-5,true,true,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0015" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,false,window,-5,5,-5,-5,-5,false,true,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0016" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,false,window,-5,-5,5,5,5,true,false,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0017" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,true,window,5,-5,5,5,5,false,false,true,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0018" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,true,window,-5,-5,-5,5,-5,false,true,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0019" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,false,window,5,5,5,5,-5,false,false,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0020" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,false,window,-5,5,-5,5,5,true,true,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0021" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,true,window,5,5,5,-5,-5,true,true,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0022" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,true,window,-5,5,-5,-5,5,false,false,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0023" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,false,window,5,-5,5,-5,5,true,true,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0024" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,false,window,-5,-5,-5,-5,-5,true,false,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0025" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,true,window,5,-5,-5,5,5,true,true,false,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0026" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,false,window,-5,-5,5,5,-5,true,false,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0027" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,true,window,5,5,-5,-5,-5,true,false,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0028" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,false,window,-5,5,5,-5,5,false,true,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0029" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,true,window,5,-5,-5,-5,5,false,true,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0030" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,true,window,-5,5,5,5,5,true,true,true,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0031" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,false,window,5,5,-5,5,5,false,true,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0032" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,true,window,5,5,-5,5,-5,false,false,true,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0033" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,true,window,-5,-5,5,-5,-5,false,false,true,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0034" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,false,window,5,-5,-5,-5,-5,false,true,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0035" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,false,window,-5,-5,5,5,-5,false,true,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0036" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,true,window,-5,-5,5,-5,5,true,false,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0037" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,true,window,5,5,5,5,5,true,false,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0038" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,true,window,-5,5,-5,5,-5,false,true,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0039" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,false,window,5,-5,-5,-5,5,true,false,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0040" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,false,window,-5,5,-5,5,-5,true,false,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0041" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,true,window,5,-5,5,-5,5,false,true,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0042" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,false,window,5,5,-5,-5,5,true,false,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0043" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,true,window,-5,-5,5,-5,-5,true,true,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0044" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,false,window,-5,5,5,-5,-5,false,false,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0045" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,false,window,-5,-5,-5,5,5,false,false,false,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0046" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,true,window,5,5,-5,-5,5,true,true,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0047" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",false,true,window,5,-5,5,5,-5,true,false,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousemove_0048" Creator="NIST" date="11-18-2008" FilePath="mousemove" Manual="false">
+      <description>Evaluation of a simulated mousemove event with the function initMouseEvent set as initMouseEvent("mousemove",true,true,window,-5,5,-5,-5,5,false,true,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+</test-group>
+<test-group name="mouseover">
+   <GroupInfo>
+      <title>mouseover Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+   <test-case name="NIST_mouseover_0001" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,true,window,5,5,5,5,5,true,true,true,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0002" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,true,window,5,-5,-5,-5,-5,false,false,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0003" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,true,window,-5,5,-5,5,-5,true,false,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0004" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,true,window,-5,-5,5,-5,5,false,true,false,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0005" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,false,window,5,5,-5,-5,5,true,false,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0006" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,false,window,5,-5,5,5,-5,false,true,true,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0007" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,false,window,-5,5,5,-5,-5,true,true,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0008" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,false,window,-5,-5,-5,5,5,false,false,true,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0009" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,true,window,5,5,-5,5,5,false,true,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0010" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,true,window,5,-5,5,-5,-5,true,false,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0011" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,true,window,-5,5,5,5,-5,false,false,false,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0012" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,true,window,-5,-5,-5,-5,5,true,true,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0013" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,false,window,5,5,5,-5,5,false,false,true,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0014" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,false,window,5,-5,-5,5,-5,true,true,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0015" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,false,window,-5,5,-5,-5,-5,false,true,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0016" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,false,window,-5,-5,5,5,5,true,false,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0017" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,true,window,5,-5,5,5,5,false,false,true,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0018" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,true,window,-5,-5,-5,5,-5,false,true,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0019" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,false,window,5,5,5,5,-5,false,false,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0020" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,false,window,-5,5,-5,5,5,true,true,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0021" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,true,window,5,5,5,-5,-5,true,true,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0022" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,true,window,-5,5,-5,-5,5,false,false,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0023" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,false,window,5,-5,5,-5,5,true,true,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0024" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,false,window,-5,-5,-5,-5,-5,true,false,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0025" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,true,window,5,-5,-5,5,5,true,true,false,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0026" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,false,window,-5,-5,5,5,-5,true,false,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0027" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,true,window,5,5,-5,-5,-5,true,false,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0028" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,false,window,-5,5,5,-5,5,false,true,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0029" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,true,window,5,-5,-5,-5,5,false,true,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0030" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,true,window,-5,5,5,5,5,true,true,true,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0031" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,false,window,5,5,-5,5,5,false,true,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0032" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,true,window,5,5,-5,5,-5,false,false,true,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0033" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,true,window,-5,-5,5,-5,-5,false,false,true,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0034" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,false,window,5,-5,-5,-5,-5,false,true,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0035" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,false,window,-5,-5,5,5,-5,false,true,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0036" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,true,window,-5,-5,5,-5,5,true,false,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0037" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,true,window,5,5,5,5,5,true,false,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0038" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,true,window,-5,5,-5,5,-5,false,true,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0039" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,false,window,5,-5,-5,-5,5,true,false,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0040" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,false,window,-5,5,-5,5,-5,true,false,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0041" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,true,window,5,-5,5,-5,5,false,true,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0042" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,false,window,5,5,-5,-5,5,false,false,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0043" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,true,window,-5,-5,5,-5,-5,true,true,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0044" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,false,window,-5,5,5,5,-5,false,false,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0045" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,false,window,-5,-5,-5,5,5,false,false,false,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0046" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,true,window,5,5,-5,-5,-5,true,true,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0047" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",false,true,window,5,5,5,-5,-5,false,false,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseover_0048" Creator="NIST" date="11-18-2008" FilePath="mouseover" Manual="false">
+      <description>Evaluation of a simulated mouseover event with the function initMouseEvent set as initMouseEvent("mouseover",true,false,window,-5,-5,-5,5,-5,true,true,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+</test-group>
+<test-group name="mouseup">
+   <GroupInfo>
+      <title>mouseup Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+   <test-case name="NIST_mouseup_0001" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,true,window,5,5,5,5,5,true,true,true,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0002" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,true,window,5,-5,-5,-5,-5,false,false,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0003" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,true,window,-5,5,-5,5,-5,true,false,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0004" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,true,window,-5,-5,5,-5,5,false,true,false,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0005" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,false,window,5,5,-5,-5,5,true,false,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0006" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,false,window,5,-5,5,5,-5,false,true,true,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0007" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,false,window,-5,5,5,-5,-5,true,true,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0008" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,false,window,-5,-5,-5,5,5,false,false,true,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0009" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,true,window,5,5,-5,5,5,false,true,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0010" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,true,window,5,-5,5,-5,-5,true,false,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0011" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,true,window,-5,5,5,5,-5,false,false,false,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0012" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,true,window,-5,-5,-5,-5,5,true,true,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0013" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,false,window,5,5,5,-5,5,false,false,true,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0014" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,false,window,5,-5,-5,5,-5,true,true,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0015" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,false,window,-5,5,-5,-5,-5,false,true,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0016" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,false,window,-5,-5,5,5,5,true,false,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0017" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,true,window,5,-5,5,5,5,false,false,true,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0018" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,true,window,-5,-5,-5,5,-5,false,true,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0019" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,false,window,5,5,5,5,-5,false,false,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0020" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,false,window,-5,5,-5,5,5,true,true,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0021" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,true,window,5,5,5,-5,-5,true,true,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0022" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,true,window,-5,5,-5,-5,5,false,false,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0023" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,false,window,5,-5,5,-5,5,true,true,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0024" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,false,window,-5,-5,-5,-5,-5,true,false,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0025" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,true,window,5,-5,-5,5,5,true,true,false,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0026" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,false,window,-5,-5,5,5,-5,true,false,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0027" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,true,window,5,5,-5,-5,-5,true,false,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0028" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,false,window,-5,5,5,-5,5,false,true,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0029" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,true,window,5,-5,-5,-5,5,false,true,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0030" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,true,window,-5,5,5,5,5,true,true,true,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0031" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,false,window,5,5,-5,5,5,false,true,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0032" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,true,window,5,5,-5,5,-5,false,false,true,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0033" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,true,window,-5,-5,5,-5,-5,false,false,true,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0034" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,false,window,5,-5,-5,-5,-5,false,true,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0035" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,false,window,-5,-5,5,5,-5,false,true,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0036" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,true,window,-5,-5,5,-5,5,true,false,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0037" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,true,window,5,5,5,5,5,true,false,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0038" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,true,window,-5,5,-5,5,-5,false,true,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0039" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,false,window,5,-5,-5,-5,5,true,false,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0040" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,false,window,-5,5,-5,5,-5,true,false,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0041" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,true,window,5,-5,5,-5,5,false,true,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0042" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,false,window,5,5,-5,-5,5,false,false,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0043" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,true,window,-5,-5,5,-5,-5,true,true,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0044" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,false,window,-5,5,5,-5,-5,false,false,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0045" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,false,window,-5,-5,-5,5,5,false,false,false,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0046" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",false,false,window,5,5,-5,-5,5,true,true,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0047" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,true,window,5,-5,5,5,-5,false,false,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mouseup_0048" Creator="NIST" date="11-18-2008" FilePath="mouseup" Manual="false">
+      <description>Evaluation of a simulated mouseup event with the function initMouseEvent set as initMouseEvent("mouseup",true,false,window,-5,-5,-5,-5,5,true,true,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+</test-group>
+<test-group name="mousedown">
+   <GroupInfo>
+      <title>mousedown Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+   <test-case name="NIST_mousedown_0001" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,true,window,5,5,5,5,5,true,true,true,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0003" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,true,window,-5,5,-5,5,-5,true,false,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0004" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,true,window,-5,-5,5,-5,5,false,true,false,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0005" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,false,window,5,5,-5,-5,5,true,false,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0006" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,false,window,5,-5,5,5,-5,false,true,true,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0007" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,false,window,-5,5,5,-5,-5,true,true,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0008" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,false,window,-5,-5,-5,5,5,false,false,true,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0009" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,true,window,5,5,-5,5,5,false,true,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0010" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,true,window,5,-5,5,-5,-5,true,false,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0011" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,true,window,-5,5,5,5,-5,false,false,false,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0012" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,true,window,-5,-5,-5,-5,5,true,true,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0014" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,false,window,5,-5,-5,5,-5,true,true,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0015" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,false,window,-5,5,-5,-5,-5,false,true,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0016" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,false,window,-5,-5,5,5,5,true,false,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0017" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,true,window,5,-5,5,5,5,false,false,true,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0018" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,true,window,-5,-5,-5,5,-5,false,true,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0019" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,false,window,5,5,5,5,-5,false,false,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0020" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,false,window,-5,5,-5,5,5,true,true,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0021" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,true,window,5,5,5,-5,-5,true,true,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0022" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,true,window,-5,5,-5,-5,5,false,false,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0023" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,false,window,5,-5,5,-5,5,true,true,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0024" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,false,window,-5,-5,-5,-5,-5,true,false,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0025" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,true,window,5,-5,-5,5,5,true,true,false,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0026" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,false,window,-5,-5,5,5,-5,true,false,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0027" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,true,window,5,5,-5,-5,-5,true,false,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0028" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,false,window,-5,5,5,-5,5,false,true,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0029" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,true,window,5,-5,-5,-5,5,false,true,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0030" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,true,window,-5,5,5,5,5,true,true,true,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0031" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,false,window,5,5,-5,5,5,false,true,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0033" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,true,window,-5,-5,5,-5,-5,false,false,true,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0034" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,false,window,5,-5,-5,-5,-5,false,true,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0035" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,false,window,-5,-5,5,5,-5,false,true,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0036" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,true,window,-5,-5,5,-5,5,true,false,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0037" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,true,window,5,5,5,5,5,true,false,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0038" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,true,window,-5,5,-5,5,-5,false,true,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0039" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,false,window,5,-5,-5,-5,5,true,false,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0040" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,false,window,-5,5,-5,5,-5,true,false,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0041" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,true,window,5,-5,5,-5,5,false,true,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0042" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,false,window,5,5,-5,-5,5,true,false,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0043" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,true,window,-5,-5,5,-5,-5,true,true,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0045" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,false,window,-5,-5,-5,5,5,false,false,false,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0046" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",false,false,window,5,5,-5,-5,5,true,true,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0047" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,false,window,5,5,-5,5,-5,true,false,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0048" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEvent set as initMouseEvent("mousedown",true,true,window,-5,5,-5,5,5,true,true,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_mousedown_0074" Creator="NIST" date="11-18-2008" FilePath="mousedown" Manual="false">
+      <description>Evaluation of a simulated mousedown event with the function initMouseEventNS set as initMouseEventNS("www.example.org","mousedown",true,false,window,-5,-5,5,5,-5,5,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+</test-group>
+<test-group name="dblclick">
+   <GroupInfo>
+      <title>dblclick Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+   <test-case name="NIST_dblclick_0001" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,true,window,5,5,5,5,5,true,true,true,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0002" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,true,window,5,-5,-5,-5,-5,false,false,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0003" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,true,window,-5,5,-5,5,-5,true,false,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0004" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,true,window,-5,-5,5,-5,5,false,true,false,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0005" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,false,window,5,5,-5,-5,5,true,false,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0006" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,false,window,5,-5,5,5,-5,false,true,true,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0007" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,false,window,-5,5,5,-5,-5,true,true,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0008" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,false,window,-5,-5,-5,5,5,false,false,true,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0009" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,true,window,5,5,-5,5,5,false,true,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0010" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,true,window,5,-5,5,-5,-5,true,false,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0011" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,true,window,-5,5,5,5,-5,false,false,false,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0012" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,true,window,-5,-5,-5,-5,5,true,true,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0013" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,false,window,5,5,5,-5,5,false,false,true,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0014" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,false,window,5,-5,-5,5,-5,true,true,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0015" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,false,window,-5,5,-5,-5,-5,false,true,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0016" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,false,window,-5,-5,5,5,5,true,false,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0017" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,true,window,5,-5,5,5,5,false,false,true,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0018" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,true,window,-5,-5,-5,5,-5,false,true,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0019" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,false,window,5,5,5,5,-5,false,false,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0020" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,false,window,-5,5,-5,5,5,true,true,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0021" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,true,window,5,5,5,-5,-5,true,true,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0022" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,true,window,-5,5,-5,-5,5,false,false,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0023" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,false,window,5,-5,5,-5,5,true,true,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0024" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,false,window,-5,-5,-5,-5,-5,true,false,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0025" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,true,window,5,-5,-5,5,5,true,true,false,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0026" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,false,window,-5,-5,5,5,-5,true,false,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0027" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,true,window,5,5,-5,-5,-5,true,false,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0028" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,false,window,-5,5,5,-5,5,false,true,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0029" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,true,window,5,-5,-5,-5,5,false,true,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0030" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,true,window,-5,5,5,5,5,true,true,true,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0031" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,false,window,5,5,-5,5,5,false,true,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0032" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,true,window,5,5,-5,5,-5,false,false,true,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0033" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,true,window,-5,-5,5,-5,-5,false,false,true,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0034" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,false,window,5,-5,-5,-5,-5,false,true,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0035" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,false,window,-5,-5,5,5,-5,false,true,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0036" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,true,window,-5,-5,5,-5,5,true,false,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0037" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,true,window,5,5,5,5,5,true,false,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0038" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,true,window,-5,5,-5,5,-5,false,true,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0039" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,false,window,5,-5,-5,-5,5,true,false,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0040" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,false,window,-5,5,-5,5,-5,true,false,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0041" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,true,window,5,-5,5,-5,5,false,true,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0042" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,false,window,5,5,-5,-5,5,false,false,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0043" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,true,window,-5,-5,5,-5,-5,true,true,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0044" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,false,window,-5,5,5,-5,-5,false,false,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0045" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,false,window,-5,-5,-5,5,5,false,false,false,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0046" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",false,false,window,5,5,-5,-5,-5,true,true,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0047" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,false,window,5,5,5,-5,5,false,false,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_dblclick_0048" Creator="NIST" date="11-18-2008" FilePath="dblclick" Manual="false">
+      <description>Evaluation of a simulated dblclick event with the function initMouseEvent set as initMouseEvent("dblclick",true,true,window,-5,-5,-5,5,5,true,true,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+</test-group>
+<test-group name="click">
+   <GroupInfo>
+      <title>click Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+   <test-case name="NIST_click_0001" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,true,window,5,5,5,5,5,true,true,true,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0002" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,true,window,5,-5,-5,-5,-5,false,false,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0003" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,true,window,-5,5,-5,5,-5,true,false,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0004" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,true,window,-5,-5,5,-5,5,false,true,false,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0005" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,false,window,5,5,-5,-5,5,true,false,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0006" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,false,window,5,-5,5,5,-5,false,true,true,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0007" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,false,window,-5,5,5,-5,-5,true,true,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0008" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,false,window,-5,-5,-5,5,5,false,false,true,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0009" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,true,window,5,5,-5,5,5,false,true,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0010" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,true,window,5,-5,5,-5,-5,true,false,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0011" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,true,window,-5,5,5,5,-5,false,false,false,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0012" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,true,window,-5,-5,-5,-5,5,true,true,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0013" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,false,window,5,5,5,-5,5,false,false,true,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0014" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,false,window,5,-5,-5,5,-5,true,true,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0015" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,false,window,-5,5,-5,-5,-5,false,true,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0016" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,false,window,-5,-5,5,5,5,true,false,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0017" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,true,window,5,-5,5,5,5,false,false,true,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0018" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,true,window,-5,-5,-5,5,-5,false,true,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0019" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,false,window,5,5,5,5,-5,false,false,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0020" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,false,window,-5,5,-5,5,5,true,true,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0021" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,true,window,5,5,5,-5,-5,true,true,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0022" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,true,window,-5,5,-5,-5,5,false,false,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0023" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,false,window,5,-5,5,-5,5,true,true,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0024" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,false,window,-5,-5,-5,-5,-5,true,false,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0025" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,true,window,5,-5,-5,5,5,true,true,false,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0026" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,false,window,-5,-5,5,5,-5,true,false,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0027" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,true,window,5,5,-5,-5,-5,true,false,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0028" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,false,window,-5,5,5,-5,5,false,true,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0029" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,true,window,5,-5,-5,-5,5,false,true,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0030" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,true,window,-5,5,5,5,5,true,true,true,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0031" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,false,window,5,5,-5,5,5,false,true,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0032" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,true,window,5,5,-5,5,-5,false,false,true,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0033" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,true,window,-5,-5,5,-5,-5,false,false,true,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0034" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,false,window,5,-5,-5,-5,-5,false,true,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0035" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,false,window,-5,-5,5,5,-5,false,true,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0036" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,true,window,-5,-5,5,-5,5,true,false,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0037" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,true,window,5,5,5,5,5,true,false,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0038" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,true,window,-5,5,-5,5,-5,false,true,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0039" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,false,window,5,-5,-5,-5,5,true,false,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0040" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,false,window,-5,5,-5,5,-5,true,false,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0041" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,true,window,5,-5,5,-5,5,false,true,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0042" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,false,window,5,5,-5,-5,5,true,false,true,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0043" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,true,window,-5,-5,5,-5,-5,true,true,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0044" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,false,window,-5,5,5,5,-5,false,false,true,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0045" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,false,window,-5,-5,-5,5,5,false,false,false,true,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0046" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,false,window,5,5,-5,-5,-5,true,true,false,false,10,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0047" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",false,false,window,5,5,5,-5,-5,true,false,false,false,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0048" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEvent set as initMouseEvent("click",true,false,window,-5,-5,-5,-5,5,true,true,false,true,5,null)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0049" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",true,true,evt.view,5,5,5,5,5,5,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0050" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",true,true,evt.view,5,-5,-5,-5,-5,10,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0051" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",true,true,evt.view,-5,5,-5,5,-5,5,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0052" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",true,true,evt.view,-5,-5,5,-5,5,10,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0053" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",true,false,evt.view,5,5,-5,-5,5,5,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0054" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",true,false,evt.view,5,-5,5,5,-5,10,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0055" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",true,false,evt.view,-5,5,5,-5,-5,5,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0056" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",true,false,evt.view,-5,-5,-5,5,5,10,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0057" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",false,true,evt.view,5,5,-5,5,5,10,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0058" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",false,true,evt.view,5,-5,5,-5,-5,5,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0059" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",false,true,evt.view,-5,5,5,5,-5,10,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0060" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",false,true,evt.view,-5,-5,-5,-5,5,5,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0061" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",false,false,evt.view,5,5,5,-5,5,10,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0062" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",false,false,evt.view,5,-5,-5,5,-5,5,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0063" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",false,false,evt.view,-5,5,-5,-5,-5,10,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0064" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",false,false,evt.view,-5,-5,5,5,5,5,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0065" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",false,true,evt.view,5,-5,5,5,5,10,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0066" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",false,true,evt.view,-5,-5,-5,5,-5,10,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0067" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",true,false,evt.view,5,5,5,5,-5,10,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0068" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",false,false,evt.view,-5,5,-5,5,5,5,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0069" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",true,true,evt.view,5,5,5,-5,-5,5,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0070" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",true,true,evt.view,-5,5,-5,-5,5,10,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0071" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",true,false,evt.view,5,-5,5,-5,5,5,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0072" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",false,false,evt.view,-5,-5,-5,-5,-5,5,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0073" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",true,true,evt.view,5,-5,-5,5,5,5,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0074" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",true,false,evt.view,-5,-5,5,5,-5,5,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0075" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",false,true,evt.view,5,5,-5,-5,-5,5,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0076" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",false,false,evt.view,-5,5,5,-5,5,10,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0077" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",false,true,evt.view,5,-5,5,-5,5,10,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0078" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",false,true,evt.view,-5,5,5,5,5,5,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0079" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",true,false,evt.view,5,-5,-5,5,5,10,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0080" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",false,true,evt.view,5,-5,5,5,-5,10,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0081" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",true,true,evt.view,-5,5,5,-5,-5,10,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0082" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",true,false,evt.view,5,-5,-5,-5,-5,10,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0083" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",false,false,evt.view,-5,-5,5,5,-5,10,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0084" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",true,false,evt.view,-5,-5,-5,-5,5,5,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0085" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",false,true,evt.view,5,-5,-5,-5,5,5,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_click_0086" Creator="NIST" date="11-18-2008" FilePath="click" Manual="false">
+      <description>Evaluation of a simulated click event with the function initMouseEventNS set as initMouseEventNS("www.example.org","click",true,true,evt.view,-5,-5,-5,5,-5,10,XXXXXXX)</description>
+      <spec-citation section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-eventsgrouping-mouse"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+</test-group>
+<test-group name="textInput">
+   <GroupInfo>
+      <title>textInput Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+</test-group>
+<test-group name="DOMActivate">
+   <GroupInfo>
+      <title>DOMActivate Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+   <test-case name="NIST_DOMActivate_0001" Creator="NIST" date="11-18-2008" FilePath="DOMActivate" Manual="false">
+      <description>Evaluation of a simulated DOMActivate event with the function initUIEvent set as initUIEvent("DOMActivate",true,true,window,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMActivate_0002" Creator="NIST" date="11-18-2008" FilePath="DOMActivate" Manual="false">
+      <description>Evaluation of a simulated DOMActivate event with the function initUIEvent set as initUIEvent("DOMActivate",true,true,window,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMActivate_0003" Creator="NIST" date="11-18-2008" FilePath="DOMActivate" Manual="false">
+      <description>Evaluation of a simulated DOMActivate event with the function initUIEvent set as initUIEvent("DOMActivate",true,true,null,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMActivate_0004" Creator="NIST" date="11-18-2008" FilePath="DOMActivate" Manual="false">
+      <description>Evaluation of a simulated DOMActivate event with the function initUIEvent set as initUIEvent("DOMActivate",true,true,null,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMActivate_0005" Creator="NIST" date="11-18-2008" FilePath="DOMActivate" Manual="false">
+      <description>Evaluation of a simulated DOMActivate event with the function initUIEvent set as initUIEvent("DOMActivate",true,false,window,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMActivate_0006" Creator="NIST" date="11-18-2008" FilePath="DOMActivate" Manual="false">
+      <description>Evaluation of a simulated DOMActivate event with the function initUIEvent set as initUIEvent("DOMActivate",true,false,window,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMActivate_0007" Creator="NIST" date="11-18-2008" FilePath="DOMActivate" Manual="false">
+      <description>Evaluation of a simulated DOMActivate event with the function initUIEvent set as initUIEvent("DOMActivate",true,false,null,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMActivate_0008" Creator="NIST" date="11-18-2008" FilePath="DOMActivate" Manual="false">
+      <description>Evaluation of a simulated DOMActivate event with the function initUIEvent set as initUIEvent("DOMActivate",true,false,null,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMActivate_0009" Creator="NIST" date="11-18-2008" FilePath="DOMActivate" Manual="false">
+      <description>Evaluation of a simulated DOMActivate event with the function initUIEvent set as initUIEvent("DOMActivate",false,true,window,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMActivate_0010" Creator="NIST" date="11-18-2008" FilePath="DOMActivate" Manual="false">
+      <description>Evaluation of a simulated DOMActivate event with the function initUIEvent set as initUIEvent("DOMActivate",false,true,window,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMActivate_0011" Creator="NIST" date="11-18-2008" FilePath="DOMActivate" Manual="false">
+      <description>Evaluation of a simulated DOMActivate event with the function initUIEvent set as initUIEvent("DOMActivate",false,true,null,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMActivate_0012" Creator="NIST" date="11-18-2008" FilePath="DOMActivate" Manual="false">
+      <description>Evaluation of a simulated DOMActivate event with the function initUIEvent set as initUIEvent("DOMActivate",false,true,null,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMActivate_0013" Creator="NIST" date="11-18-2008" FilePath="DOMActivate" Manual="false">
+      <description>Evaluation of a simulated DOMActivate event with the function initUIEvent set as initUIEvent("DOMActivate",false,false,window,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMActivate_0014" Creator="NIST" date="11-18-2008" FilePath="DOMActivate" Manual="false">
+      <description>Evaluation of a simulated DOMActivate event with the function initUIEvent set as initUIEvent("DOMActivate",false,false,window,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMActivate_0015" Creator="NIST" date="11-18-2008" FilePath="DOMActivate" Manual="false">
+      <description>Evaluation of a simulated DOMActivate event with the function initUIEvent set as initUIEvent("DOMActivate",false,false,null,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMActivate_0016" Creator="NIST" date="11-18-2008" FilePath="DOMActivate" Manual="false">
+      <description>Evaluation of a simulated DOMActivate event with the function initUIEvent set as initUIEvent("DOMActivate",false,false,null,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+</test-group>
+<test-group name="DOMFocusIn">
+   <GroupInfo>
+      <title>DOMFocusIn Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+   <test-case name="NIST_DOMFocusIn_0001" Creator="NIST" date="11-18-2008" FilePath="DOMFocusIn" Manual="false">
+      <description>Evaluation of a simulated DOMFocusIn event with the function initUIEvent set as initUIEvent("DOMFocusIn",true,true,window,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMFocusIn_0002" Creator="NIST" date="11-18-2008" FilePath="DOMFocusIn" Manual="false">
+      <description>Evaluation of a simulated DOMFocusIn event with the function initUIEvent set as initUIEvent("DOMFocusIn",true,true,window,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMFocusIn_0003" Creator="NIST" date="11-18-2008" FilePath="DOMFocusIn" Manual="false">
+      <description>Evaluation of a simulated DOMFocusIn event with the function initUIEvent set as initUIEvent("DOMFocusIn",true,true,null,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMFocusIn_0004" Creator="NIST" date="11-18-2008" FilePath="DOMFocusIn" Manual="false">
+      <description>Evaluation of a simulated DOMFocusIn event with the function initUIEvent set as initUIEvent("DOMFocusIn",true,true,null,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMFocusIn_0005" Creator="NIST" date="11-18-2008" FilePath="DOMFocusIn" Manual="false">
+      <description>Evaluation of a simulated DOMFocusIn event with the function initUIEvent set as initUIEvent("DOMFocusIn",true,false,window,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMFocusIn_0006" Creator="NIST" date="11-18-2008" FilePath="DOMFocusIn" Manual="false">
+      <description>Evaluation of a simulated DOMFocusIn event with the function initUIEvent set as initUIEvent("DOMFocusIn",true,false,window,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMFocusIn_0007" Creator="NIST" date="11-18-2008" FilePath="DOMFocusIn" Manual="false">
+      <description>Evaluation of a simulated DOMFocusIn event with the function initUIEvent set as initUIEvent("DOMFocusIn",true,false,null,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMFocusIn_0008" Creator="NIST" date="11-18-2008" FilePath="DOMFocusIn" Manual="false">
+      <description>Evaluation of a simulated DOMFocusIn event with the function initUIEvent set as initUIEvent("DOMFocusIn",true,false,null,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMFocusIn_0009" Creator="NIST" date="11-18-2008" FilePath="DOMFocusIn" Manual="false">
+      <description>Evaluation of a simulated DOMFocusIn event with the function initUIEvent set as initUIEvent("DOMFocusIn",false,true,window,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMFocusIn_0010" Creator="NIST" date="11-18-2008" FilePath="DOMFocusIn" Manual="false">
+      <description>Evaluation of a simulated DOMFocusIn event with the function initUIEvent set as initUIEvent("DOMFocusIn",false,true,window,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMFocusIn_0011" Creator="NIST" date="11-18-2008" FilePath="DOMFocusIn" Manual="false">
+      <description>Evaluation of a simulated DOMFocusIn event with the function initUIEvent set as initUIEvent("DOMFocusIn",false,true,null,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMFocusIn_0012" Creator="NIST" date="11-18-2008" FilePath="DOMFocusIn" Manual="false">
+      <description>Evaluation of a simulated DOMFocusIn event with the function initUIEvent set as initUIEvent("DOMFocusIn",false,true,null,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMFocusIn_0013" Creator="NIST" date="11-18-2008" FilePath="DOMFocusIn" Manual="false">
+      <description>Evaluation of a simulated DOMFocusIn event with the function initUIEvent set as initUIEvent("DOMFocusIn",false,false,window,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMFocusIn_0014" Creator="NIST" date="11-18-2008" FilePath="DOMFocusIn" Manual="false">
+      <description>Evaluation of a simulated DOMFocusIn event with the function initUIEvent set as initUIEvent("DOMFocusIn",false,false,window,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMFocusIn_0015" Creator="NIST" date="11-18-2008" FilePath="DOMFocusIn" Manual="false">
+      <description>Evaluation of a simulated DOMFocusIn event with the function initUIEvent set as initUIEvent("DOMFocusIn",false,false,null,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMFocusIn_0016" Creator="NIST" date="11-18-2008" FilePath="DOMFocusIn" Manual="false">
+      <description>Evaluation of a simulated DOMFocusIn event with the function initUIEvent set as initUIEvent("DOMFocusIn",false,false,null,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+</test-group>
+<test-group name="DOMFocusOut">
+   <GroupInfo>
+      <title>DOMFocusOut Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+   <test-case name="NIST_DOMFocusOut_0001" Creator="NIST" date="11-18-2008" FilePath="DOMFocusOut" Manual="false">
+      <description>Evaluation of a simulated DOMFocusOut event with the function initUIEvent set as initUIEvent("DOMFocusOut",true,true,window,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMFocusOut_0002" Creator="NIST" date="11-18-2008" FilePath="DOMFocusOut" Manual="false">
+      <description>Evaluation of a simulated DOMFocusOut event with the function initUIEvent set as initUIEvent("DOMFocusOut",true,true,window,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMFocusOut_0003" Creator="NIST" date="11-18-2008" FilePath="DOMFocusOut" Manual="false">
+      <description>Evaluation of a simulated DOMFocusOut event with the function initUIEvent set as initUIEvent("DOMFocusOut",true,true,null,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMFocusOut_0004" Creator="NIST" date="11-18-2008" FilePath="DOMFocusOut" Manual="false">
+      <description>Evaluation of a simulated DOMFocusOut event with the function initUIEvent set as initUIEvent("DOMFocusOut",true,true,null,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMFocusOut_0005" Creator="NIST" date="11-18-2008" FilePath="DOMFocusOut" Manual="false">
+      <description>Evaluation of a simulated DOMFocusOut event with the function initUIEvent set as initUIEvent("DOMFocusOut",true,false,window,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMFocusOut_0006" Creator="NIST" date="11-18-2008" FilePath="DOMFocusOut" Manual="false">
+      <description>Evaluation of a simulated DOMFocusOut event with the function initUIEvent set as initUIEvent("DOMFocusOut",true,false,window,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMFocusOut_0007" Creator="NIST" date="11-18-2008" FilePath="DOMFocusOut" Manual="false">
+      <description>Evaluation of a simulated DOMFocusOut event with the function initUIEvent set as initUIEvent("DOMFocusOut",true,false,null,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMFocusOut_0008" Creator="NIST" date="11-18-2008" FilePath="DOMFocusOut" Manual="false">
+      <description>Evaluation of a simulated DOMFocusOut event with the function initUIEvent set as initUIEvent("DOMFocusOut",true,false,null,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMFocusOut_0009" Creator="NIST" date="11-18-2008" FilePath="DOMFocusOut" Manual="false">
+      <description>Evaluation of a simulated DOMFocusOut event with the function initUIEvent set as initUIEvent("DOMFocusOut",false,true,window,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMFocusOut_0010" Creator="NIST" date="11-18-2008" FilePath="DOMFocusOut" Manual="false">
+      <description>Evaluation of a simulated DOMFocusOut event with the function initUIEvent set as initUIEvent("DOMFocusOut",false,true,window,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMFocusOut_0011" Creator="NIST" date="11-18-2008" FilePath="DOMFocusOut" Manual="false">
+      <description>Evaluation of a simulated DOMFocusOut event with the function initUIEvent set as initUIEvent("DOMFocusOut",false,true,null,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMFocusOut_0012" Creator="NIST" date="11-18-2008" FilePath="DOMFocusOut" Manual="false">
+      <description>Evaluation of a simulated DOMFocusOut event with the function initUIEvent set as initUIEvent("DOMFocusOut",false,true,null,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMFocusOut_0013" Creator="NIST" date="11-18-2008" FilePath="DOMFocusOut" Manual="false">
+      <description>Evaluation of a simulated DOMFocusOut event with the function initUIEvent set as initUIEvent("DOMFocusOut",false,false,window,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMFocusOut_0014" Creator="NIST" date="11-18-2008" FilePath="DOMFocusOut" Manual="false">
+      <description>Evaluation of a simulated DOMFocusOut event with the function initUIEvent set as initUIEvent("DOMFocusOut",false,false,window,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMFocusOut_0015" Creator="NIST" date="11-18-2008" FilePath="DOMFocusOut" Manual="false">
+      <description>Evaluation of a simulated DOMFocusOut event with the function initUIEvent set as initUIEvent("DOMFocusOut",false,false,null,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_DOMFocusOut_0016" Creator="NIST" date="11-18-2008" FilePath="DOMFocusOut" Manual="false">
+      <description>Evaluation of a simulated DOMFocusOut event with the function initUIEvent set as initUIEvent("DOMFocusOut",false,false,null,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+</test-group>
+<test-group name="focus">
+   <GroupInfo>
+      <title>focus Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+   <test-case name="NIST_focus_0001" Creator="NIST" date="11-18-2008" FilePath="focus" Manual="false">
+      <description>Evaluation of a simulated focus event with the function initUIEvent set as initUIEvent("focus",true,true,window,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_focus_0002" Creator="NIST" date="11-18-2008" FilePath="focus" Manual="false">
+      <description>Evaluation of a simulated focus event with the function initUIEvent set as initUIEvent("focus",true,true,window,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_focus_0003" Creator="NIST" date="11-18-2008" FilePath="focus" Manual="false">
+      <description>Evaluation of a simulated focus event with the function initUIEvent set as initUIEvent("focus",true,true,null,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_focus_0004" Creator="NIST" date="11-18-2008" FilePath="focus" Manual="false">
+      <description>Evaluation of a simulated focus event with the function initUIEvent set as initUIEvent("focus",true,true,null,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_focus_0005" Creator="NIST" date="11-18-2008" FilePath="focus" Manual="false">
+      <description>Evaluation of a simulated focus event with the function initUIEvent set as initUIEvent("focus",true,false,window,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_focus_0006" Creator="NIST" date="11-18-2008" FilePath="focus" Manual="false">
+      <description>Evaluation of a simulated focus event with the function initUIEvent set as initUIEvent("focus",true,false,window,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_focus_0007" Creator="NIST" date="11-18-2008" FilePath="focus" Manual="false">
+      <description>Evaluation of a simulated focus event with the function initUIEvent set as initUIEvent("focus",true,false,null,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_focus_0008" Creator="NIST" date="11-18-2008" FilePath="focus" Manual="false">
+      <description>Evaluation of a simulated focus event with the function initUIEvent set as initUIEvent("focus",true,false,null,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_focus_0009" Creator="NIST" date="11-18-2008" FilePath="focus" Manual="false">
+      <description>Evaluation of a simulated focus event with the function initUIEvent set as initUIEvent("focus",false,true,window,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_focus_0010" Creator="NIST" date="11-18-2008" FilePath="focus" Manual="false">
+      <description>Evaluation of a simulated focus event with the function initUIEvent set as initUIEvent("focus",false,true,window,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_focus_0011" Creator="NIST" date="11-18-2008" FilePath="focus" Manual="false">
+      <description>Evaluation of a simulated focus event with the function initUIEvent set as initUIEvent("focus",false,true,null,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_focus_0012" Creator="NIST" date="11-18-2008" FilePath="focus" Manual="false">
+      <description>Evaluation of a simulated focus event with the function initUIEvent set as initUIEvent("focus",false,true,null,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_focus_0013" Creator="NIST" date="11-18-2008" FilePath="focus" Manual="false">
+      <description>Evaluation of a simulated focus event with the function initUIEvent set as initUIEvent("focus",false,false,window,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_focus_0014" Creator="NIST" date="11-18-2008" FilePath="focus" Manual="false">
+      <description>Evaluation of a simulated focus event with the function initUIEvent set as initUIEvent("focus",false,false,window,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_focus_0015" Creator="NIST" date="11-18-2008" FilePath="focus" Manual="false">
+      <description>Evaluation of a simulated focus event with the function initUIEvent set as initUIEvent("focus",false,false,null,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_focus_0016" Creator="NIST" date="11-18-2008" FilePath="focus" Manual="false">
+      <description>Evaluation of a simulated focus event with the function initUIEvent set as initUIEvent("focus",false,false,null,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+</test-group>
+<test-group name="blur">
+   <GroupInfo>
+      <title>blur Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+   <test-case name="NIST_blur_0001" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
+      <description>Evaluation of a simulated blur event with the function initUIEvent set as initUIEvent("blur",true,true,window,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_blur_0002" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
+      <description>Evaluation of a simulated blur event with the function initUIEvent set as initUIEvent("blur",true,true,window,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_blur_0003" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
+      <description>Evaluation of a simulated blur event with the function initUIEvent set as initUIEvent("blur",true,true,null,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_blur_0004" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
+      <description>Evaluation of a simulated blur event with the function initUIEvent set as initUIEvent("blur",true,true,null,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_blur_0005" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
+      <description>Evaluation of a simulated blur event with the function initUIEvent set as initUIEvent("blur",true,false,window,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_blur_0006" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
+      <description>Evaluation of a simulated blur event with the function initUIEvent set as initUIEvent("blur",true,false,window,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_blur_0007" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
+      <description>Evaluation of a simulated blur event with the function initUIEvent set as initUIEvent("blur",true,false,null,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_blur_0008" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
+      <description>Evaluation of a simulated blur event with the function initUIEvent set as initUIEvent("blur",true,false,null,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_blur_0009" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
+      <description>Evaluation of a simulated blur event with the function initUIEvent set as initUIEvent("blur",false,true,window,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_blur_0010" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
+      <description>Evaluation of a simulated blur event with the function initUIEvent set as initUIEvent("blur",false,true,window,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_blur_0011" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
+      <description>Evaluation of a simulated blur event with the function initUIEvent set as initUIEvent("blur",false,true,null,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_blur_0012" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
+      <description>Evaluation of a simulated blur event with the function initUIEvent set as initUIEvent("blur",false,true,null,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_blur_0013" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
+      <description>Evaluation of a simulated blur event with the function initUIEvent set as initUIEvent("blur",false,false,window,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_blur_0014" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
+      <description>Evaluation of a simulated blur event with the function initUIEvent set as initUIEvent("blur",false,false,window,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_blur_0015" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
+      <description>Evaluation of a simulated blur event with the function initUIEvent set as initUIEvent("blur",false,false,null,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_blur_0016" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
+      <description>Evaluation of a simulated blur event with the function initUIEvent set as initUIEvent("blur",false,false,null,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_blur_0017" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
+      <description>Evaluation of a simulated blur event with the function initUIEventNS set as initUIEventNS("www.example.org","blur",true,true,evt.view,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_blur_0018" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
+      <description>Evaluation of a simulated blur event with the function initUIEventNS set as initUIEventNS("www.example.org","blur",true,true,evt.view,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_blur_0019" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
+      <description>Evaluation of a simulated blur event with the function initUIEventNS set as initUIEventNS("www.example.org","blur",true,false,evt.view,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_blur_0020" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
+      <description>Evaluation of a simulated blur event with the function initUIEventNS set as initUIEventNS("www.example.org","blur",true,false,evt.view,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_blur_0021" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
+      <description>Evaluation of a simulated blur event with the function initUIEventNS set as initUIEventNS("www.example.org","blur",false,true,evt.view,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_blur_0022" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
+      <description>Evaluation of a simulated blur event with the function initUIEventNS set as initUIEventNS("www.example.org","blur",false,true,evt.view,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_blur_0023" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
+      <description>Evaluation of a simulated blur event with the function initUIEventNS set as initUIEventNS("www.example.org","blur",false,false,evt.view,5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_blur_0024" Creator="NIST" date="11-18-2008" FilePath="blur" Manual="false">
+      <description>Evaluation of a simulated blur event with the function initUIEventNS set as initUIEventNS("www.example.org","blur",false,false,evt.view,-5)</description>
+      <spec-citation section-number="1.7.1" section-title="User Interface Event Types" section-pointer="#events-Events-eventgroupings-uievents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+</test-group>
+<test-group name="resize">
+   <GroupInfo>
+      <title>resize Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+   <test-case name="NIST_resize_0001" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
+      <description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",true,true,window,5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_resize_0002" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
+      <description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",true,true,window,-5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_resize_0003" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
+      <description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",true,true,null,5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_resize_0004" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
+      <description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",true,true,null,-5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_resize_0005" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
+      <description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",true,false,window,5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_resize_0006" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
+      <description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",true,false,window,-5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_resize_0007" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
+      <description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",true,false,null,5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_resize_0008" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
+      <description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",true,false,null,-5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_resize_0009" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
+      <description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",false,true,window,5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_resize_0010" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
+      <description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",false,true,window,-5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_resize_0011" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
+      <description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",false,true,null,5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_resize_0012" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
+      <description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",false,true,null,-5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_resize_0013" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
+      <description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",false,false,window,5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_resize_0014" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
+      <description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",false,false,window,-5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_resize_0015" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
+      <description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",false,false,null,5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_resize_0016" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
+      <description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",false,false,null,-5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_resize_0017" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
+      <description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",true,true,window,5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_resize_0018" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
+      <description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",true,true,window,-5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_resize_0019" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
+      <description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",true,true,null,5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_resize_0020" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
+      <description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",true,true,null,-5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_resize_0021" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
+      <description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",true,false,window,5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_resize_0022" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
+      <description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",true,false,window,-5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_resize_0023" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
+      <description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",true,false,null,5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_resize_0024" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
+      <description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",true,false,null,-5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_resize_0025" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
+      <description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",false,true,window,5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_resize_0026" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
+      <description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",false,true,window,-5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_resize_0027" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
+      <description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",false,true,null,5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_resize_0028" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
+      <description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",false,true,null,-5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_resize_0029" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
+      <description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",false,false,window,5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_resize_0030" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
+      <description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",false,false,window,-5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_resize_0031" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
+      <description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",false,false,null,5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_resize_0032" Creator="NIST" date="11-18-2008" FilePath="resize" Manual="false">
+      <description>Evaluation of a simulated resize event with the function initUIEvent set as initUIEvent("resize",false,false,null,-5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+</test-group>
+<test-group name="scroll">
+   <GroupInfo>
+      <title>scroll Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+   <test-case name="NIST_scroll_0001" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
+      <description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",true,true,window,5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_scroll_0002" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
+      <description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",true,true,window,-5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_scroll_0003" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
+      <description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",true,true,null,5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_scroll_0004" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
+      <description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",true,true,null,-5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_scroll_0005" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
+      <description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",true,false,window,5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_scroll_0006" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
+      <description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",true,false,window,-5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_scroll_0007" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
+      <description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",true,false,null,5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_scroll_0008" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
+      <description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",true,false,null,-5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_scroll_0009" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
+      <description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",false,true,window,5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_scroll_0010" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
+      <description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",false,true,window,-5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_scroll_0011" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
+      <description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",false,true,null,5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_scroll_0012" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
+      <description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",false,true,null,-5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_scroll_0013" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
+      <description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",false,false,window,5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_scroll_0014" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
+      <description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",false,false,window,-5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_scroll_0015" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
+      <description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",false,false,null,5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_scroll_0016" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
+      <description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",false,false,null,-5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_scroll_0017" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
+      <description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",true,true,window,5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_scroll_0018" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
+      <description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",true,true,window,-5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_scroll_0019" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
+      <description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",true,true,null,5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_scroll_0020" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
+      <description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",true,true,null,-5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_scroll_0021" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
+      <description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",true,false,window,5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_scroll_0022" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
+      <description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",true,false,window,-5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_scroll_0023" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
+      <description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",true,false,null,5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_scroll_0024" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
+      <description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",true,false,null,-5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_scroll_0025" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
+      <description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",false,true,window,5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_scroll_0026" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
+      <description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",false,true,window,-5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_scroll_0027" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
+      <description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",false,true,null,5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_scroll_0028" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
+      <description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",false,true,null,-5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_scroll_0029" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
+      <description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",false,false,window,5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_scroll_0030" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
+      <description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",false,false,window,-5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_scroll_0031" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
+      <description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",false,false,null,5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_scroll_0032" Creator="NIST" date="11-18-2008" FilePath="scroll" Manual="false">
+      <description>Evaluation of a simulated scroll event with the function initUIEvent set as initUIEvent("scroll",false,false,null,-5)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+</test-group>
+<test-group name="load">
+   <GroupInfo>
+      <title>load Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+   <test-case name="NIST_load_0001" Creator="NIST" date="11-18-2008" FilePath="load" Manual="false">
+      <description>Evaluation of a simulated load event with the function initEvent set as initEvent("load",true,true)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_load_0002" Creator="NIST" date="11-18-2008" FilePath="load" Manual="false">
+      <description>Evaluation of a simulated load event with the function initEvent set as initEvent("load",true,false)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_load_0003" Creator="NIST" date="11-18-2008" FilePath="load" Manual="false">
+      <description>Evaluation of a simulated load event with the function initEvent set as initEvent("load",false,true)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_load_0004" Creator="NIST" date="11-18-2008" FilePath="load" Manual="false">
+      <description>Evaluation of a simulated load event with the function initEvent set as initEvent("load",false,false)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_load_0005" Creator="NIST" date="11-18-2008" FilePath="load" Manual="false">
+      <description>Evaluation of a simulated load event with the function initEvent set as initEvent("load",true,true)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_load_0006" Creator="NIST" date="11-18-2008" FilePath="load" Manual="false">
+      <description>Evaluation of a simulated load event with the function initEvent set as initEvent("load",true,false)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_load_0007" Creator="NIST" date="11-18-2008" FilePath="load" Manual="false">
+      <description>Evaluation of a simulated load event with the function initEvent set as initEvent("load",false,true)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_load_0008" Creator="NIST" date="11-18-2008" FilePath="load" Manual="false">
+      <description>Evaluation of a simulated load event with the function initEvent set as initEvent("load",false,false)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+</test-group>
+<test-group name="unload">
+   <GroupInfo>
+      <title>unload Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+   <test-case name="NIST_unload_0001" Creator="NIST" date="11-18-2008" FilePath="unload" Manual="false">
+      <description>Evaluation of a simulated unload event with the function initEvent set as initEvent("unload",true,true)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_unload_0002" Creator="NIST" date="11-18-2008" FilePath="unload" Manual="false">
+      <description>Evaluation of a simulated unload event with the function initEvent set as initEvent("unload",true,false)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_unload_0003" Creator="NIST" date="11-18-2008" FilePath="unload" Manual="false">
+      <description>Evaluation of a simulated unload event with the function initEvent set as initEvent("unload",false,true)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_unload_0004" Creator="NIST" date="11-18-2008" FilePath="unload" Manual="false">
+      <description>Evaluation of a simulated unload event with the function initEvent set as initEvent("unload",false,false)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_unload_0005" Creator="NIST" date="11-18-2008" FilePath="unload" Manual="false">
+      <description>Evaluation of a simulated unload event with the function initEvent set as initEvent("unload",true,true)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_unload_0006" Creator="NIST" date="11-18-2008" FilePath="unload" Manual="false">
+      <description>Evaluation of a simulated unload event with the function initEvent set as initEvent("unload",true,false)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_unload_0007" Creator="NIST" date="11-18-2008" FilePath="unload" Manual="false">
+      <description>Evaluation of a simulated unload event with the function initEvent set as initEvent("unload",false,true)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_unload_0008" Creator="NIST" date="11-18-2008" FilePath="unload" Manual="false">
+      <description>Evaluation of a simulated unload event with the function initEvent set as initEvent("unload",false,false)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+</test-group>
+<test-group name="abort">
+   <GroupInfo>
+      <title>abort Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+   <test-case name="NIST_abort_0001" Creator="NIST" date="11-18-2008" FilePath="abort" Manual="false">
+      <description>Evaluation of a simulated abort event with the function initEvent set as initEvent("abort",true,true)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_abort_0002" Creator="NIST" date="11-18-2008" FilePath="abort" Manual="false">
+      <description>Evaluation of a simulated abort event with the function initEvent set as initEvent("abort",true,false)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_abort_0003" Creator="NIST" date="11-18-2008" FilePath="abort" Manual="false">
+      <description>Evaluation of a simulated abort event with the function initEvent set as initEvent("abort",false,true)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_abort_0004" Creator="NIST" date="11-18-2008" FilePath="abort" Manual="false">
+      <description>Evaluation of a simulated abort event with the function initEvent set as initEvent("abort",false,false)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_abort_0005" Creator="NIST" date="11-18-2008" FilePath="abort" Manual="false">
+      <description>Evaluation of a simulated abort event with the function initEventNS set as initEventNS("www.example.com","abort",true,true)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_abort_0006" Creator="NIST" date="11-18-2008" FilePath="abort" Manual="false">
+      <description>Evaluation of a simulated abort event with the function initEventNS set as initEventNS("www.example.com","abort",true,false)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_abort_0007" Creator="NIST" date="11-18-2008" FilePath="abort" Manual="false">
+      <description>Evaluation of a simulated abort event with the function initEventNS set as initEventNS("www.example.com","abort",false,true)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_abort_0008" Creator="NIST" date="11-18-2008" FilePath="abort" Manual="false">
+      <description>Evaluation of a simulated abort event with the function initEventNS set as initEventNS("www.example.com","abort",false,false)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_abort_0009" Creator="NIST" date="11-18-2008" FilePath="abort" Manual="false">
+      <description>Evaluation of a simulated abort event with the function initEventNS set as initEventNS("null","abort",true,true)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_abort_0010" Creator="NIST" date="11-18-2008" FilePath="abort" Manual="false">
+      <description>Evaluation of a simulated abort event with the function initEventNS set as initEventNS("null","abort",true,false)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_abort_0011" Creator="NIST" date="11-18-2008" FilePath="abort" Manual="false">
+      <description>Evaluation of a simulated abort event with the function initEventNS set as initEventNS("null","abort",false,true)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_abort_0012" Creator="NIST" date="11-18-2008" FilePath="abort" Manual="false">
+      <description>Evaluation of a simulated abort event with the function initEventNS set as initEventNS("null","abort",false,false)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+</test-group>
+<test-group name="error">
+   <GroupInfo>
+      <title>error Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+   <test-case name="NIST_error_0001" Creator="NIST" date="11-18-2008" FilePath="error" Manual="false">
+      <description>Evaluation of a simulated error event with the function initEvent set as initEvent("error",true,true)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_error_0002" Creator="NIST" date="11-18-2008" FilePath="error" Manual="false">
+      <description>Evaluation of a simulated error event with the function initEvent set as initEvent("error",true,false)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_error_0003" Creator="NIST" date="11-18-2008" FilePath="error" Manual="false">
+      <description>Evaluation of a simulated error event with the function initEvent set as initEvent("error",false,true)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_error_0004" Creator="NIST" date="11-18-2008" FilePath="error" Manual="false">
+      <description>Evaluation of a simulated error event with the function initEvent set as initEvent("error",false,false)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+</test-group>
+<test-group name="select">
+   <GroupInfo>
+      <title>select Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+   <test-case name="NIST_select_0001" Creator="NIST" date="11-18-2008" FilePath="select" Manual="false">
+      <description>Evaluation of a simulated select event with the function initEvent set as initEvent("select",true,true)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_select_0002" Creator="NIST" date="11-18-2008" FilePath="select" Manual="false">
+      <description>Evaluation of a simulated select event with the function initEvent set as initEvent("select",true,false)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_select_0003" Creator="NIST" date="11-18-2008" FilePath="select" Manual="false">
+      <description>Evaluation of a simulated select event with the function initEvent set as initEvent("select",false,true)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_select_0004" Creator="NIST" date="11-18-2008" FilePath="select" Manual="false">
+      <description>Evaluation of a simulated select event with the function initEvent set as initEvent("select",false,false)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+</test-group>
+<test-group name="change">
+   <GroupInfo>
+      <title>change Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+   <test-case name="NIST_change_0001" Creator="NIST" date="11-18-2008" FilePath="change" Manual="false">
+      <description>Evaluation of a simulated change event with the function initEvent set as initEvent("change",true,true)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_change_0002" Creator="NIST" date="11-18-2008" FilePath="change" Manual="false">
+      <description>Evaluation of a simulated change event with the function initEvent set as initEvent("change",true,false)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_change_0003" Creator="NIST" date="11-18-2008" FilePath="change" Manual="false">
+      <description>Evaluation of a simulated change event with the function initEvent set as initEvent("change",false,true)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_change_0004" Creator="NIST" date="11-18-2008" FilePath="change" Manual="false">
+      <description>Evaluation of a simulated change event with the function initEvent set as initEvent("change",false,false)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_change_0005" Creator="NIST" date="11-18-2008" FilePath="change" Manual="false">
+      <description>Evaluation of a simulated change event with the function initEventNS set as initEventNS("www.example.com","change",true,true)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_change_0006" Creator="NIST" date="11-18-2008" FilePath="change" Manual="false">
+      <description>Evaluation of a simulated change event with the function initEventNS set as initEventNS("www.example.com","change",true,false)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_change_0007" Creator="NIST" date="11-18-2008" FilePath="change" Manual="false">
+      <description>Evaluation of a simulated change event with the function initEventNS set as initEventNS("www.example.com","change",false,true)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_change_0008" Creator="NIST" date="11-18-2008" FilePath="change" Manual="false">
+      <description>Evaluation of a simulated change event with the function initEventNS set as initEventNS("www.example.com","change",false,false)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_change_0009" Creator="NIST" date="11-18-2008" FilePath="change" Manual="false">
+      <description>Evaluation of a simulated change event with the function initEventNS set as initEventNS("null","change",true,true)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_change_0010" Creator="NIST" date="11-18-2008" FilePath="change" Manual="false">
+      <description>Evaluation of a simulated change event with the function initEventNS set as initEventNS("null","change",true,false)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_change_0011" Creator="NIST" date="11-18-2008" FilePath="change" Manual="false">
+      <description>Evaluation of a simulated change event with the function initEventNS set as initEventNS("null","change",false,true)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_change_0012" Creator="NIST" date="11-18-2008" FilePath="change" Manual="false">
+      <description>Evaluation of a simulated change event with the function initEventNS set as initEventNS("null","change",false,false)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+</test-group>
+<test-group name="submit">
+   <GroupInfo>
+      <title>submit Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+   <test-case name="NIST_submit_0001" Creator="NIST" date="11-18-2008" FilePath="submit" Manual="false">
+      <description>Evaluation of a simulated submit event with the function initEvent set as initEvent("submit",true,true)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_submit_0002" Creator="NIST" date="11-18-2008" FilePath="submit" Manual="false">
+      <description>Evaluation of a simulated submit event with the function initEvent set as initEvent("submit",true,false)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_submit_0003" Creator="NIST" date="11-18-2008" FilePath="submit" Manual="false">
+      <description>Evaluation of a simulated submit event with the function initEvent set as initEvent("submit",false,true)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_submit_0004" Creator="NIST" date="11-18-2008" FilePath="submit" Manual="false">
+      <description>Evaluation of a simulated submit event with the function initEvent set as initEvent("submit",false,false)</description>
+      <spec-citation section-number="1.7.9" section-title="Basic Event Types" section-pointer="#events-Events-eventgroupings-basicevents"></spec-citation>
+      <spec-citation section-number="1.5.1" section-title="Complete list of event types" section-pointer="#events-Events-EventTypes-complete"></spec-citation>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+</test-group>
+<test-group name="reset">
+   <GroupInfo>
+      <title>reset Events related to HTML.</title>
+      <description></description>
+   </GroupInfo>
+   <test-case name="NIST_reset_0001" Creator="NIST" date="11-18-2008" FilePath="reset" Manual="false">
+      <description>Evaluation of a simulated reset event with the function initEvent set as initEvent("reset",true,true)</description>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_reset_0002" Creator="NIST" date="11-18-2008" FilePath="reset" Manual="false">
+      <description>Evaluation of a simulated reset event with the function initEvent set as initEvent("reset",true,false)</description>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_reset_0003" Creator="NIST" date="11-18-2008" FilePath="reset" Manual="false">
+      <description>Evaluation of a simulated reset event with the function initEvent set as initEvent("reset",false,true)</description>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+   <test-case name="NIST_reset_0004" Creator="NIST" date="11-18-2008" FilePath="reset" Manual="false">
+      <description>Evaluation of a simulated reset event with the function initEvent set as initEvent("reset",false,false)</description>
+      <state status="submitted"></state>
+      <input-file>emptydoc</input-file>
+   </test-case>
+</test-group>    
+</test-group>
+</test-group>
+</test-suite>