summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/tests/test_select_all_without_body.html
blob: d947400c4890952ab6c0045b9b0c501486636fb0 (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
27
<html>
<head>
  <title>Test select all in HTML editor without body element</title>
  <script type="text/javascript"
          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>