*** empty log message ***
authorcmontane
Thu, 11 Dec 2008 04:39:09 +0900
changeset 93 58f41ac7696f
parent 92 df31b7ed0fc0
child 94 be089e7b8938
*** empty log message ***
tests/framework/DOM3EventsCatalog.xml
tests/framework/DOM3EventsCatalog.xsl
--- a/tests/framework/DOM3EventsCatalog.xml	Sat Dec 06 06:11:48 2008 +0900
+++ b/tests/framework/DOM3EventsCatalog.xml	Thu Dec 11 04:39:09 2008 +0900
@@ -1,244 +1,3927 @@
 <?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">
-   <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> 
+<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>
-  
-   <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="ClickEvent">
-        <GroupInfo>
-            <title>click Events related to HTML</title>
-            <description/>
-        </GroupInfo>
-          <test-case name="NIST_click_001.html" FilePath="click/NIST_click_001.html" date="2008-08-20" Creator="Carmelo Montanez" Manual="False">
-           <description>test of a simulated click event on a table element.  value of screenXArg set to 5.</description>
-           <spec-citation spec="DOM3Events" section-number="1.7.4" section-title="Mouse 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_click_002.html" FilePath="click/NIST_click_002.html" date="2008-08-20" Creator="Carmelo Montanez" Manual="False">
-           <description>test of a simulated click event on a table element.  value of screenXArg set to -5.</description>
-           <spec-citation spec="DOM3Events" section-number="1.7.4" section-title="Mouse 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="WheelEvent">
-        <GroupInfo>
-            <title>Wheel Events related to HTML</title>
-            <description/>
-        </GroupInfo>
-          <test-case name="NIST_wheel_001.html" FilePath="wheel/NIST_wheel_001.html" 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.html" FilePath="wheel/NIST_wheel_002.html" 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="MouseWheelEvent">
-        <GroupInfo>
-            <title>mousewheel Events related to HTML</title>
-            <description/>
-        </GroupInfo>
-          <test-case name="NIST_mousewheel_001.html" FilePath="mousewheel/NIST_mousewheel_001.html" 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.html" FilePath="mousewheel/NIST_mousewheel_002.html" 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 Event">
-        <GroupInfo>
-            <title>keydown Events related to HTML</title>
-            <description/>
-        </GroupInfo>      
-          <test-case name="NIST_keydown_001.html" FilePath="keydown/NIST_keydown_001.html" 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.html" FilePath="keydown/NIST_keydown_002.html" 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 Event">
-        <GroupInfo>
-            <title>keyup Events related to HTML</title>
-            <description/>
-        </GroupInfo>      
-          <test-case name="NIST_keyup_001.html" FilePath="keyup/NIST_keyup_001.html" 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.html" FilePath="keyup/NIST_keyup_002.html" 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="MouseDownEvent">
-        <GroupInfo>
-            <title>mousedown Events related to HTML</title>
-            <description/>
-        </GroupInfo>      
-          <test-case name="NIST_mousedown_001.html" FilePath="mousedown/NIST_mousedown_001.html" date="2008-08-20" Creator="Carmelo Montanez" Manual="False">
-           <description>test of a simulated mousedown event on a table element.  Value of screenXArg set to 5.</description>
-           <spec-citation spec="DOM3Events" section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"/>
-           <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_mousedown_002.html" FilePath="mousedown/NIST_mousedown_002.html" date="2008-08-20" Creator="Carmelo Montanez" Manual="False">
-           <description>test of a simulated mousedown event on a table element.  Value of screenXArg set to -5.</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="MouseMoveEvent">
-        <GroupInfo>
-            <title>mousemove Events related to HTML</title>
-            <description/>
-        </GroupInfo>      
-          <test-case name="NIST_mousemove_001.html" FilePath="mousemove/NIST_mousemove_001.html" date="2008-08-20" Creator="Carmelo Montanez" Manual="False">
-           <description>test of a simulated mousemove event on a table element.  Value of screenXArg set to 5.</description>
-           <spec-citation spec="DOM3Events" section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"/>
-           <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_mousemove_002.html" FilePath="mousemove/NIST_mousemove_002.html" date="2008-08-20" Creator="Carmelo Montanez" Manual="False">
-           <description>test of a simulated mousemove event on a table element.  Value of screenXArg set to -5.</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="MouseOutEvent">
-        <GroupInfo>
-            <title>mouseout Events related to HTML</title>
-            <description/>
-        </GroupInfo>      
-          <test-case name="NIST_mouseout_001.html" FilePath="mouseout/NIST_mouseout_001.html" date="2008-08-20" Creator="Carmelo Montanez" Manual="False">
-           <description>test of a simulated mouseout event on a table element.  Value of screenXArg set to 5.</description>
-           <spec-citation spec="DOM3Events" section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"/>
-           <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_mouseout_002.html" FilePath="mouseout/NIST_mouseout_002.html" date="2008-08-20" Creator="Carmelo Montanez" Manual="False">
-           <description>test of a simulated mouseout event on a table element.  Value of screenXArg set to -5.</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="MouseOverEvent">
-        <GroupInfo>
-            <title>mouseover Events related to HTML</title>
-            <description/>
-        </GroupInfo>      
-          <test-case name="NIST_mouseover_001.html" FilePath="mouseover/NIST_mouseover_001.html" date="2008-08-20" Creator="Carmelo Montanez" Manual="False">
-           <description>test of a simulated mouseover event on a table element.  Value of screenXArg set to 5.</description>
-           <spec-citation spec="DOM3Events" section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"/>
-           <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_mouseover_002.html" FilePath="mouseover/NIST_mouseover_002.html" date="2008-08-20" Creator="Carmelo Montanez" Manual="False">
-           <description>test of a simulated mouseover event on a table element.  Value of screenXArg set to -5.</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="MouseUpEvent">
-        <GroupInfo>
-            <title>mouseup Events related to HTML</title>
-            <description/>
-        </GroupInfo>      
-          <test-case name="NIST_mouseup_001.html" FilePath="mouseup/NIST_mouseup_001.html" date="2008-08-20" Creator="Carmelo Montanez" Manual="False">
-           <description>test of a simulated mouseup event on a table element.  Value of screenXArg set to 5.</description>
-           <spec-citation spec="DOM3Events" section-number="1.7.4" section-title="Mouse Event Types" section-pointer="#events-Events-MouseEvent"/>
-           <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_mouseup_002.html" FilePath="mouseup/NIST_mouseup_002.html" date="2008-08-20" Creator="Carmelo Montanez" Manual="False">
-           <description>test of a simulated mouseup event on a table element.  Value of screenXArg set to -5.</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>
-   </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="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
--- a/tests/framework/DOM3EventsCatalog.xsl	Sat Dec 06 06:11:48 2008 +0900
+++ b/tests/framework/DOM3EventsCatalog.xsl	Thu Dec 11 04:39:09 2008 +0900
@@ -230,7 +230,7 @@
                <b>
                  <A>
                   <xsl:attribute name="href">                 
-                    <xsl:value-of select="concat($SourceOffsetPath,@FilePath,@name)"/>
+                    <xsl:value-of select="concat($SourceOffsetPath,@FilePath,'/',@name,'.html')"/>
                   </xsl:attribute>
                   <xsl:value-of select="@name"/>                   
                  </A>