diff options
-rw-r--r-- | webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/undo/undo-smart-delete-word-expected.txt | 8 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 1 |
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 |