diff options
author | ojan@chromium.org <ojan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-17 00:58:17 +0000 |
---|---|---|
committer | ojan@chromium.org <ojan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-17 00:58:17 +0000 |
commit | bc1e7e3d6c939deb1ed30d522bd9106c86154097 (patch) | |
tree | a038d40060727e90527283ba29a9ec2f6fca61ad /webkit/data | |
parent | c81d9dcc72ae2f069e2952a13ec7d76eb7bb57e7 (diff) | |
download | chromium_src-bc1e7e3d6c939deb1ed30d522bd9106c86154097.zip chromium_src-bc1e7e3d6c939deb1ed30d522bd9106c86154097.tar.gz chromium_src-bc1e7e3d6c939deb1ed30d522bd9106c86154097.tar.bz2 |
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
Diffstat (limited to 'webkit/data')
-rw-r--r-- | webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/undo/undo-smart-delete-word-expected.txt | 8 |
1 files changed, 8 insertions, 0 deletions
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 |