summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/general/test_bug1012662_editor.html
blob: c77adcfc749c21c7709db86eb5bbb67f46c047f8 (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
28
29
<!DOCTYPE HTML>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=1012662
-->
<head>
  <title>Test for Bug 1012662</title>
  <script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
  <script type="text/javascript" src="/tests/SimpleTest/EventUtils.js"></script>
  <script type="text/javascript" src="/tests/SimpleTest/WindowSnapshot.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
</head>
<body>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1012662">Mozilla Bug 1012662</a>
<p id="display"></p>

<div id="content">
  <span>span text</span>
  <input type="text" value="text text">
  <input type="password" value="password text">
  <textarea>textarea text</textarea>
  <div contentEditable="true">contenteditable text</div>
</div>

<pre id="test">
<script type="application/javascript" src="test_bug1012662_common.js"></script>
</pre>
</body>
</html>