Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: pages/filters/webrtc.tmpl

Issue 29865555: Issue 6885 - Indicate the expected outcome of the test pages though CSS (Closed)
Patch Set: Created Aug. 26, 2018, 5:56 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pages/filters/subdocument.tmpl ('k') | pages/filters/websocket.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « pages/filters/subdocument.tmpl ('k') | pages/filters/websocket.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld