summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/deleteToEndOfLine.html
blob: fdbc24dbc60d5c6479bfbf2f1a7f23b4dd0f50a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html> 
<head>

<style>
.editing { 
    border: 1px solid red; 
    padding: 12px; 
    font-size: 24px; 
}
</style>

<title>deleteToEndOfLine: test</title> 
</head> 
<body>
<p>First add the following line to your ~/Library/KeyBindings/DefaultKeyBinding.dict then relaunch Safari: "^k" = "deleteToEndOfLine:";</p>
<p>Place the cursor between the two 'o's in 'Foo' and hit ^k twice.  The first should result in 'Fo\nbar' and the second should result in 'Fobar'.</p>
<div class="editing" contentEditable><div>Foo</div><div>bar</div></div>

</body>
</html>