Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<script src="https://rawgit.com/w3c/web-platform-tests/master/resources/testharness.js"></script>
<script src="https://rawgit.com/w3c/web-platform-tests/master/resources/testharnessreport.js"></script>
<script>
[
  'new RTCIceCandidate',
  'new RTCIceCandidate({})',
  'new RTCIceCandidate({ candidate: ""})',
  'new RTCIceCandidate({ candidate: "foo"})',
].forEach(expr => {
  test(() => eval(expr), expr);
});
</script>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
foolippro
0viewers