[Webkit-unassigned] [Bug 12803] New: Local+HTTP tests need preprocessing to work reliably

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 18 02:59:07 PST 2007


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

           Summary: Local+HTTP tests need preprocessing to work reliably
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P3
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org
                CC: beidson at apple.com


The fix for <rdar://problem/4965133> has introduced a new class of HTTP tests -
ones that are local files, but load resources via HTTP. This doesn't work if
the HTTP port differs from the default 8000 one.

>From LayoutTests/http/tests/local/file/url-sent-as-referer.html:

frameObj.contentWindow.document.write("<img
src=\"http://127.0.0.1:8000/security/resources/showRefererImage.php\"/>");

I think that a possible fix would be to preprocess the tests in this directory
to insert actual port numbers.

Also, please note that this test could be text-only.


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