[Webkit-unassigned] [Bug 16379] New: REGRESSION(r28525): Failures in http/tests/xmlhttprequest/response-encoding.html and fast/dom/xmlhttprequest-html-response-encoding.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 10 06:25:56 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16379

           Summary: REGRESSION(r28525): Failures in
                    http/tests/xmlhttprequest/response-encoding.html and
                    fast/dom/xmlhttprequest-html-response-encoding.html
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: Regression, LayoutTestFailure
          Severity: Normal
          Priority: P1
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mrowe at apple.com
                CC: darin at apple.com


http/tests/xmlhttprequest/response-encoding.html and
fast/dom/xmlhttprequest-html-response-encoding.html started failing after
r28525.  As of r28581 they are still failing.

A reduction is:
print("foo<body>bar</body>baz".replace(/.*<body>(.*)<\/body>.*/, "$1") ==
"bar");

With Safari 3 this displays true, but with TOT it displays false as it
evaluates to "fbar" rather than "bar".


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



More information about the webkit-unassigned mailing list