Re: [media-source-tests] Fix addSourceBuffer(null) test case expectation (#3653)

This seems correct to me.
The definition doesn't use " [TreatNullAs=EmptyString], "
http://w3c.github.io/media-source/#idl-def-mediasource-addsourcebuffer(domstring)

Therefore toString(null) applies, per http://heycam.github.io/webidl/#es-DOMString

toString(null) will return "null", per https://tc39.github.io/ecma262/#sec-tostring.



View on GitHub: https://github.com/w3c/web-platform-tests/pull/3653#issuecomment-245376192

Received on Wednesday, 7 September 2016 18:37:57 UTC