<?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>118724</bug_id>
          
          <creation_ts>2013-07-16 02:32:08 -0700</creation_ts>
          <short_desc>[GTK][Qt] After (r152685) svg/custom/xlink-prefix-in-attributes.html test fails.</short_desc>
          <delta_ts>2013-07-16 06:08:30 -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>Tools / Tests</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>118701</dup_id>
          
          <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="Gábor Ábrahám">abrhm</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>kadam</cc>
    
    <cc>ossy</cc>
    
    <cc>rwlbuis</cc>
    
    <cc>spena</cc>
    
    <cc>zarvai</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>908766</commentid>
    <comment_count>0</comment_count>
    <who name="Gábor Ábrahám">abrhm</who>
    <bug_when>2013-07-16 02:32:08 -0700</bug_when>
    <thetext>After this patch, the updated svg/custom/xlink-prefix-in-attributes.html test fails.

diff:
--- /ramdisk/qt-linux-64-release/build/layout-test-results/svg/custom/xlink-prefix-in-attributes-expected.txt
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/svg/custom/xlink-prefix-in-attributes-actual.txt
@@ -1,2 +1,2 @@
-&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot; id=&quot;target&quot;&gt; &lt;div id=&quot;svgoutput&quot;&gt; &lt;/div&gt;&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; svg=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; width=&quot;200&quot; height=&quot;200&quot;&gt;&lt;image width=&quot;20&quot; height=&quot;20&quot; xlink:href=&quot;resources/green-checker.png&quot;/&gt;&lt;image x=&quot;0&quot; y=&quot;30&quot; width=&quot;20&quot; height=&quot;20&quot; xlink:href=&quot;resources/green-checker.png&quot;/&gt;&lt;/svg&gt;&lt;/div&gt; &lt;El xmlns:a=&quot;http://www.w3.org/1999/xlink&quot; a:title=&quot;C&quot; a:href=&quot;H&quot;/&gt;
+&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot; id=&quot;target&quot;&gt; &lt;div id=&quot;svgoutput&quot;&gt; &lt;/div&gt;&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; svg=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; width=&quot;200&quot; height=&quot;200&quot;&gt;&lt;image width=&quot;20&quot; height=&quot;20&quot; xlink:href=&quot;resources/green-checker.png&quot;/&gt;&lt;image x=&quot;0&quot; y=&quot;30&quot; width=&quot;20&quot; height=&quot;20&quot; xlink:href=&quot;resources/green-checker.png&quot; xmlns=&quot;http://www.w3.org/1999/xlink&quot;/&gt;&lt;/svg&gt;&lt;/div&gt; &lt;El xmlns:a=&quot;http://www.w3.org/1999/xlink&quot; a:title=&quot;C&quot; a:href=&quot;H&quot;/&gt;

I will skip this test now to paint the bot green.
Could you check it please?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>908770</commentid>
    <comment_count>1</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2013-07-16 02:44:27 -0700</bug_when>
    <thetext>I think it isn&apos;t a bug, but the expected file should be updated similar to
https://trac.webkit.org/changeset/152685/trunk/LayoutTests/fast/dom/Element/getAttribute-check-case-sensitivity-expected.txt

The name of the original bug says:
XMLSerializer doesn&apos;t include namespaces on nodes in HTML documents
​https://bugs.webkit.org/show_bug.cgi?id=16496

So after this change, it is a normal behaviour to have
an additional string like: xmlns=&quot;http://www.w3.org/1999/xlink&quot;

Rob, am I right?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>908848</commentid>
    <comment_count>2</comment_count>
    <who name="Rob Buis">rwlbuis</who>
    <bug_when>2013-07-16 06:03:36 -0700</bug_when>
    <thetext>Hi guys,

(In reply to comment #1)
&gt; I think it isn&apos;t a bug, but the expected file should be updated similar to
&gt; https://trac.webkit.org/changeset/152685/trunk/LayoutTests/fast/dom/Element/getAttribute-check-case-sensitivity-expected.txt
&gt; 
&gt; The name of the original bug says:
&gt; XMLSerializer doesn&apos;t include namespaces on nodes in HTML documents
&gt; ​https://bugs.webkit.org/show_bug.cgi?id=16496
&gt; 
&gt; So after this change, it is a normal behaviour to have
&gt; an additional string like: xmlns=&quot;http://www.w3.org/1999/xlink&quot;
&gt; 
&gt; Rob, am I right?

No, it is incorrect to write that out since it also puts the element in the xlink namespace. I have a fix up on bug 118701.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>908854</commentid>
    <comment_count>3</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2013-07-16 06:08:30 -0700</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 118701 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>