RESOLVED CONFIGURATION CHANGED 76106
WebKit fails IETC Override_Property_Getter_High (both JSC and V8)
https://bugs.webkit.org/show_bug.cgi?id=76106
Summary WebKit fails IETC Override_Property_Getter_High (both JSC and V8)
Eric Seidel (no email)
Reported 2012-01-11 14:52:40 PST
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.
Attachments
Eric Seidel (no email)
Comment 1 2012-01-11 14:55:26 PST
See also bug 76107 which is about the "setter" variant of this test.
Ahmad Saleem
Comment 2 2024-02-03 14:06:13 PST
@Alexey - is this applicable anymore?
Alexey Shvayka
Comment 3 2024-02-04 13:16:36 PST
(In reply to Eric Seidel (no email) from comment #0) > WebKit fails IETC Override_Property_Getter_High (both JSC and V8) > > http://samples.msdn.microsoft.com/ietestcenter/dominheritance/ > showdominheritancetest.htm?Override_Property_Getter_High The link is no longer alive yet we pass the inline test case since bindings redesign circa 2015. Redefinition of DOM properties is heavily covered by both WPT and our tests.
Note You need to log in before you can comment on or make changes to this bug.