[web-platform-tests] Pull Request: Use assert_idl_attribute instead of assert_own_property when testing an IDL method is implemented

wpt-pr-bot has just labeled a pull request from soareschen for https://github.com/w3c/web-platform-tests as "wg-webrtc":

== Use assert_idl_attribute instead of assert_own_property when testing an IDL method is implemented ==
When testing whether an IDL method is implemented, `assert_idl_attribute` should be used as the method should be found in the prototype chain instead of the instance's own property

See https://github.com/w3c/web-platform-tests/pull/6750

Received on Friday, 4 August 2017 10:00:16 UTC