- add third_party src.
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / selection / select-all-003.html
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 contenteditable id="root" class="editing">
27 <br>
28 <br>
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 <br>
41 <br>
42 <div id="test"></div>
43
44 <script>
45 runEditingTest();
46 </script>
47
48 </body>
49 </html>