summaryrefslogtreecommitdiffstats
path: root/dom/presentation/tests/mochitest/test_presentation_terminate_establish_connection_error_oop.html
blob: ccf0767f1f65aef7deb4e03b9e036c640206df5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE HTML>
<!-- vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: -->
<html>
  <!-- Any copyright is dedicated to the Public Domain.
    - http://creativecommons.org/publicdomain/zero/1.0/ -->
  <head>
    <meta charset='utf-8'>
    <title>Test for control channel establish error during PresentationConnection.terminate()</title>
    <link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
    <script type='application/javascript' src='/tests/SimpleTest/SimpleTest.js'></script>
  </head>
  <body>
    <a target='_blank' href='https://bugzilla.mozilla.org/show_bug.cgi?id=1289292'>
      Test for constrol channel establish error during PresentationConnection.terminate()</a>
    <script type='application/javascript;version=1.8' src='test_presentation_terminate_establish_connection_error.js'>
    </script>
  </body>
</html>