[Webkit-unassigned] [Bug 27935] New: new prototype-inheritance* tests have invalid expectations for primitive types

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 2 22:34:40 PDT 2009


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

           Summary: new prototype-inheritance* tests have invalid
                    expectations for primitive types
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: sam at webkit.org, abarth at webkit.org


new prototype-inheritance* tests have invalid expectations for primitive types
http://trac.webkit.org/browser/trunk/LayoutTests/fast/dom/resources/prototype-inheritance-2.js
http://trac.webkit.org/browser/trunk/LayoutTests/fast/dom/prototype-inheritance-2-expected.txt

These tests expect things like:

inner.pageXOffset to have the inner prototype chain.  primitive types (number,
string, etc.) are wrapped using the lexical global object (according to Adam at
least), so these expectations are wrong.

Will fix.

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