<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>4570</bug_id>
          
          <creation_ts>2005-08-21 17:36:40 -0700</creation_ts>
          <short_desc>dispatchEvent12 test is incorrect</short_desc>
          <delta_ts>2005-09-04 13:05:53 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKit Misc.</component>
          <version>420+</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.4</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>4565</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Darin Adler">darin</reporter>
          <assigned_to name="Darin Adler">darin</assigned_to>
          <cc>andersca</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>17069</commentid>
    <comment_count>0</comment_count>
    <who name="Darin Adler">darin</who>
    <bug_when>2005-08-21 17:36:40 -0700</bug_when>
    <thetext>Even after fixing bug 4540, the dispatchEvent12 test from the W3C DOM Level 2 Events test suite is 
failing. That&apos;s because the code does actually remove the same handleEvent function it adds. We can&apos;t pass 
the test until it&apos;s fixed.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>17711</commentid>
    <comment_count>1</comment_count>
    <who name="Curt Arnold">curt.arnold</who>
    <bug_when>2005-08-26 14:23:50 -0700</bug_when>
    <thetext>It appears that the patch from bug 4491 was only partially applied and some how the following line was 
missed.

diff -u -w -r1.1 dispatchEvent12.html
Index: level2/events/dispatchEvent12.js
===============================================================
====
RCS file: /cvs/root/WebCore/layout-tests/dom/html/level2/events/dispatchEvent12.js,v
retrieving revision 1.2
diff -u -w -r1.2 dispatchEvent12.js
--- level2/events/dispatchEvent12.js    17 Aug 2005 21:08:18 -0000      1.2
+++ level2/events/dispatchEvent12.js    26 Aug 2005 20:57:57 -0000
@@ -121,7 +121,7 @@
       var preventDefault;
       monitor = new EventMonitor();
       
-      other = new EventMonitor();
+      other = new EventListenerN10035();
       
       var events = new Array();
 
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>17724</commentid>
    <comment_count>2</comment_count>
    <who name="Darin Adler">darin</who>
    <bug_when>2005-08-26 19:52:00 -0700</bug_when>
    <thetext>OK, I&apos;ll take care of this.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>