[Webkit-unassigned] [Bug 76106] New: WebKit fails IETC Override_Property_Getter_High (both JSC and V8)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 11 14:52:40 PST 2012


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

           Summary: WebKit fails IETC Override_Property_Getter_High (both
                    JSC and V8)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: ggaren at apple.com, oliver at apple.com, abarth at webkit.org,
                    barraclough at apple.com, antonm at chromium.org


WebKit fails IETC Override_Property_Getter_High (both JSC and V8)

http://samples.msdn.microsoft.com/ietestcenter/dominheritance/showdominheritancetest.htm?Override_Property_Getter_High

Passes in FF.  There seem to be a number of Object.defineProperty bugs on file, maybe this is just a dupe of one of them.

The test is doing the following:

        Object.defineProperty(HTMLHeadElement.prototype, "profile", { get: function () { return "myProfile"; } });
        var head = document.createElement("head");
        if ("myProfile" == head.profile)
            alert("pass");

CCing the JavaScript ninjas.

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