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

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>185</bug_id>
          
          <creation_ts>2003-04-16 11:50:46 +0000</creation_ts>
          <short_desc>importNode07 mixes level 1 and level 2 elements thru importNode</short_desc>
          <delta_ts>2003-07-09 17:43:17 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>DOM TS</product>
          <component>DOM Level 2</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</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>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Joe Schafer">jschafer</reporter>
          <assigned_to name="Philippe Le Hegaret">plh</assigned_to>
          
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>425</commentid>
    <comment_count>0</comment_count>
    <who name="Joe Schafer">jschafer</who>
    <bug_when>2003-04-16 11:50:46 +0000</bug_when>
    <thetext>The core test importNode07 creates an element using the level 1 createElement
method.  It then imports the node into another document and later checks the
localName value of the imported element.  Since the element was created as a
level 1 element (and hence has a localName of NULL) when it is duplicated by
the importNode operation it will receive a NULL value for it&apos;s localName
attribute.  This causes the test to fail because it is looking for the imported
element to have a non-NULL localName value.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>631</commentid>
    <comment_count>1</comment_count>
    <who name="Richard Rivello">rivello</who>
    <bug_when>2003-07-09 13:43:17 +0000</bug_when>
    <thetext>Modified test to use level 2 method &quot;createElementNS&quot; instead
of createElement from level 1.  </thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>