Re: [webrtc-tests] Upstream RTCDataChannelEvent and RTCPeerConnectionIceEvent ctor tests (#4270)

# Chrome #
Testing revision c07d1472ef4a6ea0047d5eb7d933cb9cad82b72f
Starting 10 test iterations
All results were stable

## All results ##

### [/webrtc/RTCPeerConnectionIceEvent-constructor.html](http://w3c-test.org/submissions/4270/webrtc/RTCPeerConnectionIceEvent-constructor.html) ###
|                                   Subtest                                   | Results |
|-----------------------------------------------------------------------------|---------|
|                                                                             | OK      |
| `RTCPeerConnectionIceEvent constructor with candidate passed as undefined.` | PASS    |
| `RTCPeerConnectionIceEvent constructor with full arguments.`                | PASS    |
| `RTCPeerConnectionIceEvent constructor with no candidate provided.`         | PASS    |
| `RTCPeerConnectionIceEvent constructor with candidate passed as null.`      | PASS    |

### [/webrtc/RTCDataChannelEvent-constructor.html](http://w3c-test.org/submissions/4270/webrtc/RTCDataChannelEvent-constructor.html) ###
|                                Subtest                                | Results |
|-----------------------------------------------------------------------|---------|
|                                                                       | OK      |
| `RTCDataChannelEvent constructor with a channel passed as undefined.` | PASS    |
| `RTCDataChannelEvent constructor without a required argument.`        | PASS    |
| `RTCDataChannelEvent constructor with channel passed as null.`        | PASS    |
| `RTCDataChannelEvent constructor with full arguments.`                | PASS    |


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

Received on Thursday, 1 December 2016 02:25:28 UTC