<?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>110571</bug_id>
          
          <creation_ts>2013-02-22 01:32:18 -0800</creation_ts>
          <short_desc>[Progress Events] getOwnPropertyDescriptor() on ProgressEvent.prototype returns undefined.</short_desc>
          <delta_ts>2013-04-26 00:13:00 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebCore Misc.</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>UNCONFIRMED</bug_status>
          <resolution></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>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Jungkee Song">jungkees</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>cdumez</cc>
    
    <cc>d-r</cc>
    
    <cc>gyuyoung.kim</cc>
    
    <cc>hojong.han</cc>
    
    <cc>jungkee.song</cc>
    
    <cc>jussi.kukkonen</cc>
    
    <cc>kihong.kwon</cc>
    
    <cc>laszlo.gombos</cc>
    
    <cc>Ms2ger</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>839369</commentid>
    <comment_count>0</comment_count>
    <who name="Jungkee Song">jungkees</who>
    <bug_when>2013-02-22 01:32:18 -0800</bug_when>
    <thetext>Steps to reproduce:

ProgressEvent CR (http://www.w3.org/TR/progress-events/) test
- Test wiki: http://www.w3.org/wiki/Webapps/Interop/ProgressEvents
- Test suite: http://w3c-test.org/webapps/ProgressEvents/tests/
- Test case: http://w3c-test.org/webapps/ProgressEvents/tests/submissions/Ms2ger/interface.html
(3)(4)(5) The ProgressEvent interface 1, 2, 3


Actual results:

Test case failed: 
var desc = Object.getOwnPropertyDescriptor(ProgressEvent.prototype, a[1])
returns undefined such that desc.enumerable and desc.configurable cannot be checked.


Expected results:

var desc = Object.getOwnPropertyDescriptor(ProgressEvent.prototype, a[1])
successfully returns descriptor and results decs.enumerable === true and decs.configurable === true</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>