kocienda | cd002e6 | 2004-07-28 21:52:30 +0000 | [diff] [blame] | 1 | <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 | |
| 18 | function 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"> |
| 29 | Four score and seven years ago our fathers brought forth, upon this |
| 30 | continent, a new nation, conceived in Liberty, and dedicated to the |
| 31 | proposition that all men are created equal. Now we are engaged in a |
| 32 | great civil war, testing whether that nation, or any nation, so |
| 33 | conceived, and so dedicated, can long endure. We are met here on a great |
| 34 | battlefield of that war. We have come to dedicate a portion of it as a |
| 35 | final resting place for those who here gave their lives that that nation |
| 36 | might live. It is altogether fitting and proper that we should do this. |
| 37 | Four score and seven years ago our fathers brought forth, upon this |
| 38 | continent, a new nation, conceived in Liberty, and dedicated to the |
| 39 | proposition that all men are created equal. |
| 40 | </div> |
| 41 | </div> |
| 42 | |
| 43 | <script> |
| 44 | runEditingTest(); |
| 45 | </script> |
| 46 | |
| 47 | </body> |
| 48 | </html> |