[Webkit-unassigned] [Bug 118724] New: [GTK][Qt] After (r152685) svg/custom/xlink-prefix-in-attributes.html test fails.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 16 02:31:48 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=118724

           Summary: [GTK][Qt] After (r152685)
                    svg/custom/xlink-prefix-in-attributes.html test fails.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: abrhm at inf.u-szeged.hu
                CC: rwlbuis at gmail.com, ossy at webkit.org,
                    zarvai at inf.u-szeged.hu, kadam at inf.u-szeged.hu


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 @@
-<div xmlns="http://www.w3.org/1999/xhtml" id="target"> <div id="svgoutput"> </div><svg xmlns="http://www.w3.org/2000/svg" svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><image width="20" height="20" xlink:href="resources/green-checker.png"/><image x="0" y="30" width="20" height="20" xlink:href="resources/green-checker.png"/></svg></div> <El xmlns:a="http://www.w3.org/1999/xlink" a:title="C" a:href="H"/>
+<div xmlns="http://www.w3.org/1999/xhtml" id="target"> <div id="svgoutput"> </div><svg xmlns="http://www.w3.org/2000/svg" svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><image width="20" height="20" xlink:href="resources/green-checker.png"/><image x="0" y="30" width="20" height="20" xlink:href="resources/green-checker.png" xmlns="http://www.w3.org/1999/xlink"/></svg></div> <El xmlns:a="http://www.w3.org/1999/xlink" a:title="C" a:href="H"/>

I will skip this test now to paint the bot green.
Could you check it please?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list