summaryrefslogtreecommitdiffstats
path: root/dom/presentation/tests/mochitest/test_presentation_1ua_sender_and_receiver_oop.html
blob: e744e68029763253c68144dbd615d00f50dfbabf (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 B2G Presentation API when sender and receiver at the same side (OOP ver.)</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=1234492">
    Test for B2G Presentation API when sender and receiver at the same side (OOP ver.)</a>
    <script type="application/javascript;version=1.8" src="test_presentation_1ua_sender_and_receiver.js">
    </script>
  </body>
</html>