[Webkit-unassigned] [Bug 46597] New: [Chromium] fast/dom/anchor-origin.html failing since r68354

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 26 18:37:58 PDT 2010


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

           Summary: [Chromium] fast/dom/anchor-origin.html failing since
                    r68354
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: koz at chromium.org
                CC: brettw at chromium.org, abarth at webkit.org,
                    dglazkov at chromium.org


Seems to be failing because of URL parsing differences.

Here's a snippet from the diff:

 http://example.com/foo/bar => http://example.com
-HTTP://example.com/foo/bar => http://example.com
+http://example.com/foo/bar => http://example.com
 https://example.com/ttt?ggg => https://example.com
 ftp://example.com/ttt?ggg => ftp://example.com
 file:///home/abarth => file://
-data:text/html,%3Cb%3Efoo%3C/b%3E => null
+data:text/html,foo => null

-- 
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