summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/autocorrection/autocorrection-contraction.html
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/manual-tests/autocorrection/autocorrection-contraction.html')
-rw-r--r--Source/WebCore/manual-tests/autocorrection/autocorrection-contraction.html9
1 files changed, 1 insertions, 8 deletions
diff --git a/Source/WebCore/manual-tests/autocorrection/autocorrection-contraction.html b/Source/WebCore/manual-tests/autocorrection/autocorrection-contraction.html
index ef5bb68..39ad7f7 100644
--- a/Source/WebCore/manual-tests/autocorrection/autocorrection-contraction.html
+++ b/Source/WebCore/manual-tests/autocorrection/autocorrection-contraction.html
@@ -8,15 +8,9 @@
font-size: 24px;
}
</style>
-<script src=../../../LayoutTests/editing/editing.js language="JavaScript" type="text/JavaScript" ></script>
+<script src=../../../../LayoutTests/editing/editing.js language="JavaScript" type="text/JavaScript" ></script>
<script>
-function keepTyping() {
- typeCharacterCommand('\'');
- typeCharacterCommand('t');
- typeCharacterCommand(' ');
-}
-
function editingTest() {
typeCharacterCommand('t');
typeCharacterCommand('h');
@@ -29,7 +23,6 @@ function editingTest() {
typeCharacterCommand('l');
typeCharacterCommand('d');
typeCharacterCommand('n');
- setTimeout("keepTyping()", 1000);
}
</script>