[web-platform-tests] Pull Request: Add initial test for RTCCertificate

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

== Add initial test for RTCCertificate ==
This adds basic testing on the behavior of `RTCCertificate` and `RTCDtlsFingerprint`. Since the behavior involve multiple methods and specs, I group them in a general `RTCCertificate.html` test file.

I am not particularly sure of how to test on the persistent storage cloning behavior for `RTCCertificate`. I haven't look into the HTML cloning spec and IndexedDB, and I am not aware of other alternative storage back end that I can use for testing.

The `getAlgorithm()` method is skipped for now, because I haven't look into the WebCrypto algorithm normalization process.

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

Received on Monday, 5 June 2017 09:57:00 UTC