diff options
Diffstat (limited to 'WebCore/manual-tests/deleteToEndOfLine.html')
| -rw-r--r-- | WebCore/manual-tests/deleteToEndOfLine.html | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/WebCore/manual-tests/deleteToEndOfLine.html b/WebCore/manual-tests/deleteToEndOfLine.html deleted file mode 100644 index fdbc24d..0000000 --- a/WebCore/manual-tests/deleteToEndOfLine.html +++ /dev/null @@ -1,20 +0,0 @@ -<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> |
