summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/tests/test_select_all_without_body.html
blob: 0e8dca9f3d7651811905b22c0faec2ed50063c3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<html>
<head>
  <title>Test select all in HTML editor without body element</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css"
          href="/tests/SimpleTest/test.css" />
</head>
<body>
<p id="display">
</p>
<div id="content" style="display: none">
  
</div>
<pre id="test">
</pre>

<script class="testbody" type="application/javascript">

SimpleTest.waitForExplicitFinish();
window.open("file_select_all_without_body.html", "_blank",
            "width=600,height=600");

</script>
</body>

</html>