diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-27 00:59:28 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-27 00:59:28 +0000 |
commit | 00df273bf5a9e9c79d17c118810bac7582195367 (patch) | |
tree | 8f6b2b3edb88644e662d89a25f2eb5db7134bc51 | |
parent | fc0d85e5e3c1abc3892655cfda6fd318db1058a0 (diff) | |
download | chromium_src-00df273bf5a9e9c79d17c118810bac7582195367.zip chromium_src-00df273bf5a9e9c79d17c118810bac7582195367.tar.gz chromium_src-00df273bf5a9e9c79d17c118810bac7582195367.tar.bz2 |
DEFERs the test LayoutTests/fast/forms/textarea-rows-cols.html. The
renderer trees look different because of our forked changes to
RenderTextControlMultiLine, specifcally the call to setOverflowX,
which results in creating the different layers.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/28229
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10550 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 06ed5e6..fec8eec 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -937,8 +937,10 @@ LayoutTests/fast/forms/form-element-geometry.html = FAIL DEFER LINUX WIN : LayoutTests/fast/forms/listbox-deselect-scroll.html = FAIL DEFER LINUX WIN : LayoutTests/fast/forms/listbox-selection-2.html = FAIL DEFER LINUX WIN : LayoutTests/fast/forms/select-item-background-clip.html = FAIL -// The pixel diff looks ok, but the render trees are pretty different. -LayoutTests/fast/forms/textarea-rows-cols.html = FAIL +// The pixel diff is ok, but the render tree is different because of +// our forked modifications to RenderTextControlMultiLine.cpp, specifically +// the calls to set the overflow in createInnerTextStyle. +DEFER : LayoutTests/fast/forms/textarea-rows-cols.html = FAIL LayoutTests/fast/invalid/residual-style.html = FAIL // Linux pixeltest failure: We, with Windows, are failing to repaint correctly LINUX WIN : LayoutTests/fast/repaint/overflow-outline-repaint.html = FAIL |