From bc1e7e3d6c939deb1ed30d522bd9106c86154097 Mon Sep 17 00:00:00 2001 From: "ojan@chromium.org" Date: Wed, 17 Mar 2010 00:58:17 +0000 Subject: Set a failing baseline for undo-smart-delete-word.html. We actually pass the test for the case where smartinsertdelete is disabled, but there's no way for the test to check for that. Ultimately, we'll implement dumpAsMarkup (https://bugs.webkit.org/show_bug.cgi?id=26501) and turn this test into a dumpAsMarkup test and it will have the appropriate selections per platform and won't need to know if smartinsertdelete is enabled. Review URL: http://codereview.chromium.org/1015008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41796 0039d316-1c4b-4281-b951-d872f2087c98 --- .../LayoutTests/editing/undo/undo-smart-delete-word-expected.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/undo/undo-smart-delete-word-expected.txt (limited to 'webkit/data') diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/undo/undo-smart-delete-word-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/undo/undo-smart-delete-word-expected.txt new file mode 100644 index 0000000..4fe7997 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/undo/undo-smart-delete-word-expected.txt @@ -0,0 +1,8 @@ +CONSOLE MESSAGE: line 28: [object Text] +CONSOLE MESSAGE: line 29: 0 +CONSOLE MESSAGE: line 30: [object Text] +CONSOLE MESSAGE: line 31: 1 +Tests: +Select a word via double-click. Delete. Then undo the delete. The space that got smart deleted should now be selected. +foo bar baz +FAILED -- cgit v1.1