Index: pages/filters/webrtc.tmpl |
=================================================================== |
--- a/pages/filters/webrtc.tmpl |
+++ b/pages/filters/webrtc.tmpl |
@@ -89,9 +89,15 @@ |
<h2>Test case</h2> |
<div class="testcase-container"> |
<div class="testcase-row"> |
- <h3>WebRTC Request</h3><div id="testcase-output"></div> |
+ <h3>WebRTC Request</h3> |
+ <div id="testcase-output"></div> |
+ <div id="testcase-output-expected"> |
+ handleSendChannelStatusChange() open<br> |
+ Receive channel's status has changed to open<br> |
+ Test Message |
+ </div> |
</div> |
</div> |
<h3>Filters</h3> |
<pre>$webrtc,domain=testpages.adblockplus.org</pre> |
-</section> |
+</section> |