summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorojan@chromium.org <ojan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-17 00:58:17 +0000
committerojan@chromium.org <ojan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-17 00:58:17 +0000
commitbc1e7e3d6c939deb1ed30d522bd9106c86154097 (patch)
treea038d40060727e90527283ba29a9ec2f6fca61ad /webkit
parentc81d9dcc72ae2f069e2952a13ec7d76eb7bb57e7 (diff)
downloadchromium_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')
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/undo/undo-smart-delete-word-expected.txt8
-rw-r--r--webkit/tools/layout_tests/test_expectations.txt1
2 files changed, 8 insertions, 1 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
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt
index a3b6463..9d7e3da 100644
--- a/webkit/tools/layout_tests/test_expectations.txt
+++ b/webkit/tools/layout_tests/test_expectations.txt
@@ -2772,7 +2772,6 @@ BUG37684 SKIP : http/tests/cookies/third-party-cookie-relaxing.html = FAIL
BUG29393 : http/tests/loading/state-object-security-exception.html = TEXT
// Bugs that went unreported when we upstreamed run_webkit_tests
-BUG37896 WIN : editing/undo/undo-smart-delete-word.html = TEXT
BUG37896 MAC LINUX : fast/backgrounds/animated-svg-as-background.html = IMAGE
// New test, added http://trac.webkit.org/changeset/55737
BUG37896 : fast/events/remove-child-onscroll.html = TIMEOUT