Changeset 104761 in webkit


Ignore:
Timestamp:
Jan 11, 2012 4:08:01 PM (12 years ago)
Author:
abarth@webkit.org
Message:

IETC audio-interface-inherit.129 claims NETWORK_NO_SOURCE should not be overrideable
https://bugs.webkit.org/show_bug.cgi?id=76085

Reviewed by Eric Seidel.

As far as I can tell, the IETC test of this feature is wrong.
NETWORK_NO_SOURCE should be immutable on the interface object and on
the interface prototype object, but JavaScript should be able to shadow
the property on an instance.

  • media/network-no-source-const-shadow-expected.txt: Added.
  • media/network-no-source-const-shadow.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r104757 r104761  
     12012-01-11  Adam Barth  <abarth@webkit.org>
     2
     3        IETC audio-interface-inherit.129 claims NETWORK_NO_SOURCE should not be overrideable
     4        https://bugs.webkit.org/show_bug.cgi?id=76085
     5
     6        Reviewed by Eric Seidel.
     7
     8        As far as I can tell, the IETC test of this feature is wrong.
     9        NETWORK_NO_SOURCE should be immutable on the interface object and on
     10        the interface prototype object, but JavaScript should be able to shadow
     11        the property on an instance.
     12
     13        * media/network-no-source-const-shadow-expected.txt: Added.
     14        * media/network-no-source-const-shadow.html: Added.
     15
    1162012-01-11  Adam Barth  <abarth@webkit.org>
    217
Note: See TracChangeset for help on using the changeset viewer.