Title: [212907] trunk/Websites/webkit.org
Revision
212907
Author
achristen...@apple.com
Date
2017-02-23 11:25:10 -0800 (Thu, 23 Feb 2017)

Log Message

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

Reviewed by Tim Horton.

* experimental-features.html:

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (212906 => 212907)


--- trunk/Websites/webkit.org/ChangeLog	2017-02-23 19:22:34 UTC (rev 212906)
+++ trunk/Websites/webkit.org/ChangeLog	2017-02-23 19:25:10 UTC (rev 212907)
@@ -1,3 +1,12 @@
+2017-02-23  Alex Christensen  <achristen...@webkit.org>
+
+        Add WebRTC to experimental-features.html
+        https://bugs.webkit.org/show_bug.cgi?id=168757
+
+        Reviewed by Tim Horton.
+
+        * experimental-features.html:
+
 2017-02-23  Jon Davis  <j...@apple.com>
 
         Fixed saving survey data

Modified: trunk/Websites/webkit.org/experimental-features.html (212906 => 212907)


--- trunk/Websites/webkit.org/experimental-features.html	2017-02-23 19:22:34 UTC (rev 212906)
+++ trunk/Websites/webkit.org/experimental-features.html	2017-02-23 19:25:10 UTC (rev 212907)
@@ -87,6 +87,10 @@
     return navigator.getGamepads;
 }
 
+function testWebRTC() {
+    return window.RTCPeerConnection;
+}
+
 function testSpringAnimation() {
     return CSS.supports("transition-timing-function", "spring(1 100 10 0)");
 }
@@ -151,6 +155,7 @@
         <div class="test" id="UserTiming"><p>User Timing</p></div>
         <div class="test" id="WebAnimations"><p>Web Animations</p></div>
         <div class="test" id="WebGL2"><p>WebGL 2.0</p></div>
+        <div class="test" id="WebRTC"><p>WebRTC</p></div>
     </div>
 </body>
 </html>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to