diff options
author | victorw@chromium.org <victorw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-18 16:00:32 +0000 |
---|---|---|
committer | victorw@chromium.org <victorw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-18 16:00:32 +0000 |
commit | 6a982aaf479349034acb52b643ae59cd7509930a (patch) | |
tree | 8d18865a6bef3bc6b2b29696a10789aa23cba509 /webkit | |
parent | 4e42e25901bd441884551374449abeb45700af58 (diff) | |
download | chromium_src-6a982aaf479349034acb52b643ae59cd7509930a.zip chromium_src-6a982aaf479349034acb52b643ae59cd7509930a.tar.gz chromium_src-6a982aaf479349034acb52b643ae59cd7509930a.tar.bz2 |
Input maxlength tests have been rewritten upstream and
the new tests pass so remove them from test expectations
TBR=dglazkov
TEST=none
BUG=20509
Review URL: http://codereview.chromium.org/216017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26571 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
7 files changed, 0 insertions, 7 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/forms/input-text-paste-maxlength-expected.checksum b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/forms/input-text-paste-maxlength-expected.checksum deleted file mode 100644 index f9fcf2a..0000000 --- a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/forms/input-text-paste-maxlength-expected.checksum +++ /dev/null @@ -1 +0,0 @@ -c62d3f4a68884464fa09c744ce8c6e6a
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/forms/input-text-paste-maxlength-expected.png b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/forms/input-text-paste-maxlength-expected.png Binary files differdeleted file mode 100644 index e7ce600..0000000 --- a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/forms/input-text-paste-maxlength-expected.png +++ /dev/null diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/input-text-maxlength-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/input-text-maxlength-expected.checksum deleted file mode 100644 index e3a9318..0000000 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/input-text-maxlength-expected.checksum +++ /dev/null @@ -1 +0,0 @@ -9e6f257f5a1422ea260c9c4784615d01
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/input-text-maxlength-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/input-text-maxlength-expected.png Binary files differdeleted file mode 100644 index af96bf0..0000000 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/input-text-maxlength-expected.png +++ /dev/null diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/input-text-paste-maxlength-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/input-text-paste-maxlength-expected.checksum deleted file mode 100644 index 16c0736..0000000 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/input-text-paste-maxlength-expected.checksum +++ /dev/null @@ -1 +0,0 @@ -387ba312d39454ad165c9872a4dbb2fb
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/input-text-paste-maxlength-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/input-text-paste-maxlength-expected.png Binary files differdeleted file mode 100644 index 077da98..0000000 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/input-text-paste-maxlength-expected.png +++ /dev/null diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index c964d62..739a63a 100755 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -447,10 +447,6 @@ BUG8941 WIN LINUX : LayoutTests/http/tests/xmlhttprequest/web-apps/012.html = FA // This class of test fails because of size differences in text runs. // Mostly this is because of international text rendering differences. -// The complex charater composition is not working correctly in these tests. -BUG20509 LINUX WIN : LayoutTests/fast/forms/input-text-maxlength.html = FAIL -BUG20509 LINUX WIN : LayoutTests/fast/forms/input-text-paste-maxlength.html = FAIL - // Incrorect results, in incorrect international font metrics. BUG20521 LINUX WIN : LayoutTests/fast/text/atsui-multiple-renderers.html = FAIL BUG20521 LINUX WIN : LayoutTests/fast/text/atsui-pointtooffset-calls-cg.html = FAIL |