[Webkit-unassigned] [Bug 76085] IETC audio-interface-inherit.129 claims NETWORK_NO_SOURCE should not be overrideable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 11 13:15:17 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=76085





--- Comment #4 from Eric Seidel <eric at webkit.org>  2012-01-11 13:15:17 PST ---
> audio = document.createElement("audio")
<audio>​</audio>​
> audio.__proto__
HTMLAudioElement
> audio.NETWORK_NO_SOURCE
3
> audio.__proto__ = null
null
> audio.NETWORK_NO_SOURCE
undefined

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list