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