*** empty log message ***
authorcmontane
Thu, 09 Oct 2008 23:35:38 +0900
changeset 69 ca9795b09db6
parent 68 d259a71a2779
child 70 e3d77f4ddf1c
*** empty log message ***
tests/framework/DOM3EventsCatalog.xml
--- a/tests/framework/DOM3EventsCatalog.xml	Sat Sep 27 05:29:16 2008 +0900
+++ b/tests/framework/DOM3EventsCatalog.xml	Thu Oct 09 23:35:38 2008 +0900
@@ -44,14 +44,14 @@
             <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">
+          <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">
+          <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"/>
@@ -64,14 +64,14 @@
             <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">
+          <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">
+          <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"/>
@@ -84,14 +84,14 @@
             <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">
+          <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">
+          <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"/>
@@ -104,14 +104,14 @@
             <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">
+          <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">
+          <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"/>
@@ -124,14 +124,14 @@
             <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">
+          <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">
+          <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"/>
@@ -144,14 +144,14 @@
             <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">
+          <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">
+          <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"/>
@@ -164,14 +164,14 @@
             <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">
+          <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">
+          <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"/>
@@ -184,14 +184,14 @@
             <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">
+          <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">
+          <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"/>
@@ -204,14 +204,14 @@
             <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">
+          <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">
+          <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"/>
@@ -224,14 +224,14 @@
             <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">
+          <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">
+          <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"/>