diff options
author | sidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-13 20:08:41 +0000 |
---|---|---|
committer | sidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-13 20:08:41 +0000 |
commit | 735ea7690f74557f645e55737903c9d5badbe932 (patch) | |
tree | d952711697618e67a9a545613d4822e62382402d /webkit/tools | |
parent | 8c10490dd0dd3051c4146c9454e7511cca8a87cd (diff) | |
download | chromium_src-735ea7690f74557f645e55737903c9d5badbe932.zip chromium_src-735ea7690f74557f645e55737903c9d5badbe932.tar.gz chromium_src-735ea7690f74557f645e55737903c9d5badbe932.tar.bz2 |
Rebaseline a Layout test. We now do not select the empty space after a text has been typed when right click occurs after the text.
Review URL: http://codereview.chromium.org/20330
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9783 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 531b558..f05f70e 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -326,6 +326,7 @@ DEFER WIN LINUX : LayoutTests/fast/inline/dirtyLinesForInline.html = PASS FAIL // rebaseline on other platforms as well. LINUX : chrome/fast/forms/basic-textareas.html = FAIL LINUX : chrome/fast/forms/basic-textareas-quirks.html = FAIL +LINUX MAC : LayoutTests/editing/selection/5354455-1.html = FAIL // For these two fast/frames tests it looks like the win baseline had some weird // artifacts on the scrollbars on one of the frames, which has now been removed. // This artifact does not exist on the mac baseline. @@ -1712,9 +1713,6 @@ LINUX : LayoutTests/fast/clip/007.html = PASS CRASH LINUX : LayoutTests/fast/clip/010.html = PASS CRASH LINUX : LayoutTests/fast/clip/012.html = PASS CRASH -// TODO(sid): This test regressed after r9613. -LayoutTests/editing/selection/5354455-1.html = FAIL - // Regressions from WebKit merge to 40864 WIN LINUX : LayoutTests/fast/block/positioning/001.html = FAIL WIN LINUX : LayoutTests/fast/dom/getBoundingClientRect.html = FAIL @@ -1739,3 +1737,4 @@ chrome/fast/events/iframe-onload-remove-self-no-crash.html = CRASH // Sharted showing up the mac build bots on 02/16/09 MAC : LayoutTests/fast/events/overflow-events.html = FAIL MAC DEBUG : LayoutTests/fast/events/scrollbar-double-click.html = TIMEOUT + |