summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/chrome/test_selectAtPoint.html
blob: a4865b5125a9bec237726cb56d5f7b40f1fd0d9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE HTML>
<html>
<head>
  <title>nsIDOMWindowUtils::selectAtPoint test</title>
  <script src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="chrome://mochikit/content/tests/SimpleTest/test.css">
<script type="application/javascript">
  SimpleTest.waitForExplicitFinish();
  function done() {
    testwindow.close();
    SimpleTest.finish();
  }
  var testwindow = window.open("selectAtPoint.html", '_new', 'width=800,height=800');
</script>
</head>
<body>
<p id="display"></p>
<div id="content" style="display: none">
</body>
</html>