Re: [websockets] Test results available

On Thu, 02 Apr 2015 14:15:10 +0200, Simon Pieters <simonp@opera.com> wrote:

>> http://www.w3c-test.org/websockets/interfaces/WebSocket/readyState/003.html  
>> looks wrong to me: the value it should get is in fact undefined, since  
>> the property got deleted from the prototype.
>
> (Will have a look.)

http://heycam.github.io/webidl/#es-attributes
[[
configurable is false if the attribute was declared with the [Unforgeable]  
extended attribute and true otherwise;
]]

Fix: https://github.com/w3c/web-platform-tests/pull/1703

-- 
Simon Pieters
Opera Software

Received on Thursday, 2 April 2015 12:53:59 UTC