blob: 10c8a3a995da159629d272d6b54c5334b2028c29 [file] [log] [blame]
kociendacd002e62004-07-28 21:52:30 +00001<html>
2<head>
3
4<style>
5.editing {
6 border: solid red 50px;
7 font-size: 24px;
8 line-height: 48px;
9 padding: 24px;
10 margin: 64px;
11 width: 600px;
12}
13</style>
14<script src=../editing.js language="JavaScript" type="text/JavaScript" ></script>
15
16<script>
17
18function editingTest() {
19 selectAllCommand();
20}
21
22</script>
23
24<title>Editing Test</title>
25</head>
26<body>
27<div contenteditable id="root" class="editing">
28<div id="test">
29Four score and seven years ago our fathers brought forth, upon this
30continent, a new nation, conceived in Liberty, and dedicated to the
31proposition that all men are created equal. Now we are engaged in a
32great civil war, testing whether that nation, or any nation, so
33conceived, and so dedicated, can long endure. We are met here on a great
34battlefield of that war. We have come to dedicate a portion of it as a
35final resting place for those who here gave their lives that that nation
36might live. It is altogether fitting and proper that we should do this.
37Four score and seven years ago our fathers brought forth, upon this
38continent, a new nation, conceived in Liberty, and dedicated to the
39proposition that all men are created equal.
40</div>
41</div>
42
43<script>
44runEditingTest();
45</script>
46
47</body>
48</html>