| Index: LayoutTests/fast/mediastream/RTCPeerConnection.html
|
| diff --git a/LayoutTests/fast/mediastream/RTCPeerConnection.html b/LayoutTests/fast/mediastream/RTCPeerConnection.html
|
| index 1ed78d5d3b4ff1ebadff7096a14ce3987894e6e8..6728eeee6eb0f958e7a29fa112ebd8e4a222e6c6 100644
|
| --- a/LayoutTests/fast/mediastream/RTCPeerConnection.html
|
| +++ b/LayoutTests/fast/mediastream/RTCPeerConnection.html
|
| @@ -41,6 +41,5 @@ shouldThrow("new webkitRTCPeerConnection(null, {valid_and_supported_1:1});");
|
| shouldThrow("new webkitRTCPeerConnection(null, {valid_but_unsupported_1:1});");
|
| shouldThrow("new webkitRTCPeerConnection(null, {valid_and_supported_2:1, mandatory:{valid_and_supported_1:1}});");
|
| </script>
|
| -<script src="../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|