<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>76106</bug_id>
          
          <creation_ts>2012-01-11 14:52:40 -0800</creation_ts>
          <short_desc>WebKit fails IETC Override_Property_Getter_High (both JSC and V8)</short_desc>
          <delta_ts>2024-02-04 13:16:36 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>CONFIGURATION CHANGED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>76198</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Eric Seidel (no email)">eric</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>abarth</cc>
    
    <cc>ahmad.saleem792</cc>
    
    <cc>antonm</cc>
    
    <cc>ashvayka</cc>
    
    <cc>barraclough</cc>
    
    <cc>ggaren</cc>
    
    <cc>oliver</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>534289</commentid>
    <comment_count>0</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2012-01-11 14:52:40 -0800</bug_when>
    <thetext>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, &quot;profile&quot;, { get: function () { return &quot;myProfile&quot;; } });
        var head = document.createElement(&quot;head&quot;);
        if (&quot;myProfile&quot; == head.profile)
            alert(&quot;pass&quot;);

CCing the JavaScript ninjas.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>534294</commentid>
    <comment_count>1</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2012-01-11 14:55:26 -0800</bug_when>
    <thetext>See also bug 76107 which is about the &quot;setter&quot; variant of this test.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2010412</commentid>
    <comment_count>2</comment_count>
    <who name="Ahmad Saleem">ahmad.saleem792</who>
    <bug_when>2024-02-03 14:06:13 -0800</bug_when>
    <thetext>@Alexey - is this applicable anymore?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2010521</commentid>
    <comment_count>3</comment_count>
    <who name="Alexey Shvayka">ashvayka</who>
    <bug_when>2024-02-04 13:16:36 -0800</bug_when>
    <thetext>(In reply to Eric Seidel (no email) from comment #0)
&gt; WebKit fails IETC Override_Property_Getter_High (both JSC and V8)
&gt; 
&gt; http://samples.msdn.microsoft.com/ietestcenter/dominheritance/
&gt; 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.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>