Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice.html

Issue 2097563002: Split the mediastream module in Blink into mediastream and peerconnection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Copy OWNERS file from mediastream/ to peerconnection/ Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../../resources/js-test.js"></script> 4 <script src="../../resources/js-test.js"></script>
5 <!-- TODO(guidou): Convert test to testharness.js. crbug.com/614963 --> 5 <!-- TODO(guidou): Convert test to testharness.js. crbug.com/614963 -->
6 </head> 6 </head>
7 <body> 7 <body>
8 <script> 8 <script>
9 description("Tests the RTCPeerConnection Ice functionality."); 9 description("Tests the RTCPeerConnection Ice functionality.");
10 10
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 92
93 shouldNotThrow('testExecutionOrderClosedConnection()'); 93 shouldNotThrow('testExecutionOrderClosedConnection()');
94 shouldNotThrow('pc = new webkitRTCPeerConnection(null, null);'); 94 shouldNotThrow('pc = new webkitRTCPeerConnection(null, null);');
95 pc.oniceconnectionstatechange = onIceChange1; 95 pc.oniceconnectionstatechange = onIceChange1;
96 96
97 window.jsTestIsAsync = true; 97 window.jsTestIsAsync = true;
98 window.successfullyParsed = true; 98 window.successfullyParsed = true;
99 </script> 99 </script>
100 </body> 100 </body>
101 </html> 101 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698