From 0ce37fb0f818dc4a6f35040554362c133f1a8b24 Mon Sep 17 00:00:00 2001 From: andersca Date: Sat, 21 Jan 2006 21:20:31 +0000 Subject: [PATCH] 2006-01-21 Anders Carlsson * editing/editing.js: Fix typo which made editing test cases fail. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@12275 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 5 +++++ LayoutTests/editing/editing.js | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 093ecd4..3513785 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,5 +1,10 @@ 2006-01-21 Anders Carlsson + * editing/editing.js: + Fix typo which made editing test cases fail. + +2006-01-21 Anders Carlsson + Reviewed by Darin. - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6691 diff --git a/LayoutTests/editing/editing.js b/LayoutTests/editing/editing.js index 7a29574..dc0e6e8 100644 --- a/LayoutTests/editing/editing.js +++ b/LayoutTests/editing/editing.js @@ -426,7 +426,7 @@ function selectAllCommand() { function execStrikethroughCommand() { document.execCommand("Strikethrough"); } -function boldCommand() { +function strikethroughCommand() { if (commandDelay > 0) { window.setTimeout(execStrikethroughCommand, commandCount * commandDelay); commandCount++; -- 1.8.3.1