1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
5 <style type=
"text/css">
6 html
,body
,h1
{font-size:100%;font-style:inherit
;font-weight:inherit
;margin:0;padding:0;text-decoration:inherit
;}
8 <script src=../editing.js
language=
"javascript" type=
"text/javascript" ></script>
11 <h1 id=
"test">The Longest German Word?
</h1>
12 <script type=
"text/javascript" language=
"javascript">
13 if (window
.testRunner
) {
14 testRunner
.dumpAsText();
15 var element
= document
.getElementById("test");
16 var selection
= window
.getSelection();
17 selection
.collapse(element
.firstChild
, 2);
18 extendSelectionForwardByCharacterCommand();