[WK1] Add captureStream test with webrtc
https://bugs.webkit.org/show_bug.cgi?id=170746

Patch by Youenn Fablet <youenn@apple.com> on 2017-04-11
Reviewed by Eric Carlson.

* platform/mac-wk1/TestExpectations: Activating this new test in WK1.
* webrtc/captureCanvas-webrtc-expected.txt: Added.
* webrtc/captureCanvas-webrtc.html: Added.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@215252 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 6c3caba..5050b1d 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,16 @@
 2017-04-11  Youenn Fablet  <youenn@apple.com>
 
+        [WK1] Add captureStream test with webrtc
+        https://bugs.webkit.org/show_bug.cgi?id=170746
+
+        Reviewed by Eric Carlson.
+
+        * platform/mac-wk1/TestExpectations: Activating this new test in WK1.
+        * webrtc/captureCanvas-webrtc-expected.txt: Added.
+        * webrtc/captureCanvas-webrtc.html: Added.
+
+2017-04-11  Youenn Fablet  <youenn@apple.com>
+
         Migrating webrtc tests to latest API
         https://bugs.webkit.org/show_bug.cgi?id=170709