Changeset 212907 in webkit


Ignore:
Timestamp:
Feb 23, 2017 11:25:10 AM (7 years ago)
Author:
achristensen@apple.com
Message:

Add WebRTC to experimental-features.html
https://bugs.webkit.org/show_bug.cgi?id=168757

Reviewed by Tim Horton.

  • experimental-features.html:
Location:
trunk/Websites/webkit.org
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Websites/webkit.org/ChangeLog

    r212899 r212907  
     12017-02-23  Alex Christensen  <achristensen@webkit.org>
     2
     3        Add WebRTC to experimental-features.html
     4        https://bugs.webkit.org/show_bug.cgi?id=168757
     5
     6        Reviewed by Tim Horton.
     7
     8        * experimental-features.html:
     9
    1102017-02-23  Jon Davis  <jond@apple.com>
    211
  • trunk/Websites/webkit.org/experimental-features.html

    r211341 r212907  
    8888}
    8989
     90function testWebRTC() {
     91    return window.RTCPeerConnection;
     92}
     93
    9094function testSpringAnimation() {
    9195    return CSS.supports("transition-timing-function", "spring(1 100 10 0)");
     
    152156        <div class="test" id="WebAnimations"><p>Web Animations</p></div>
    153157        <div class="test" id="WebGL2"><p>WebGL 2.0</p></div>
     158        <div class="test" id="WebRTC"><p>WebRTC</p></div>
    154159    </div>
    155160</body>
Note: See TracChangeset for help on using the changeset viewer.