[Webkit-unassigned] [Bug 13185] New: Bug in DOM masks incorrect LayoutTest for HTMLImageObject.src()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 24 16:42:25 PDT 2007


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

           Summary: Bug in DOM masks incorrect LayoutTest for
                    HTMLImageObject.src()
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: contact at nickshanks.com


The file at LayoutTests/fast/dom/HTMLImageElement/image-src-absolute-url.html
changes the base URL and is supposed to check that the src URL changed to
reflect that. Instead it checks against the old base URL seemingly in error,
and furthermore, the url is not updated as would be expected. The two problems
cancel each other out, which is why the test passes.


Specifically, the first of the two "after" lines currently reads:

SUCCESS (document.images[0].src = file:///does/not/exist/test.jpg)

I believe it should read:

FAILURE (document.images[0].src = file:///also/does/not/exist/test.jpg)

The reason that this is failing will need to be identified and fixed and the
layout test updated.


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