diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-14 00:53:12 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-14 00:53:12 +0000 |
commit | 62cf05ffae77e80db7a5d655216d7efe6758e1b5 (patch) | |
tree | 411273466c003012dedfbf9147cf7b7c6d9c03b6 | |
parent | 3bc5360723f5b6287a99d67cc4c104e3eec5ca53 (diff) | |
download | chromium_src-62cf05ffae77e80db7a5d655216d7efe6758e1b5.zip chromium_src-62cf05ffae77e80db7a5d655216d7efe6758e1b5.tar.gz chromium_src-62cf05ffae77e80db7a5d655216d7efe6758e1b5.tar.bz2 |
Rebaselines the test editing/deleting/delete-to-end-of-paragraph.html. This
test needs to be rebaselined because of upstream revision 38631.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/18211
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7996 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/deleting/delete-to-end-of-paragraph-expected.txt | 2 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/deleting/delete-to-end-of-paragraph-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/deleting/delete-to-end-of-paragraph-expected.txt index 4799190..2cbdb32 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/deleting/delete-to-end-of-paragraph-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/deleting/delete-to-end-of-paragraph-expected.txt @@ -1,13 +1,11 @@ EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of BODY > HTML > #document to 5 of BODY > HTML > #document EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of #text > DIV > BODY > HTML > #document to 13 of #text > DIV > BODY > HTML > #document EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 45cf91b..0458598 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -1335,7 +1335,7 @@ SKIP : LayoutTests/animations/animation-drt-api.html = PASS LayoutTests/plugins/netscape-plugin-setwindow-size-2.html = FAIL // MERGE 38625:38653: Expectations changed upstream -LINUX WIN : LayoutTests/editing/deleting/delete-to-end-of-paragraph.html = FAIL +LINUX : LayoutTests/editing/deleting/delete-to-end-of-paragraph.html = FAIL LayoutTests/fast/css/computed-style-without-renderer.html = FAIL // MERGE 38625:38653: Regressions |