summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-09 03:17:07 +0000
committerojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-09 03:17:07 +0000
commit29c0eca7ee6793661eb481dff3fda5c134e6ea27 (patch)
treee63f2742f4aefce956d4dbcf1334b60cb281fb45
parent6225d4b4cd2e6388f50b312952fbd308ba224926 (diff)
downloadchromium_src-29c0eca7ee6793661eb481dff3fda5c134e6ea27.zip
chromium_src-29c0eca7ee6793661eb481dff3fda5c134e6ea27.tar.gz
chromium_src-29c0eca7ee6793661eb481dff3fda5c134e6ea27.tar.bz2
Reverting 9381.
Reverting merge. Mac build mysteriously broken Review URL: http://codereview.chromium.org/21163 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9382 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--webkit/tools/layout_tests/test_lists/tests_fixable.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
index 3d1ad3d..13ff6f6 100644
--- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt
+++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
@@ -1760,10 +1760,12 @@ LINUX : LayoutTests/svg/text/text-path-01-b.svg = FAIL
// like it is using a different font to render now than it
// did before and that may be a bug. It looks like
// jshin@chromium.org did several font related changes in this merge.
+LayoutTests/fast/css/text-overflow-ellipsis.html = FAIL
+
LINUX WIN : LayoutTests/fast/css/text-overflow-ellipsis.html = FAIL
// Regressions from webkit merge 40668:40722
-LINUX WIN : LayoutTests/http/tests/security/originHeader/origin-header-for-https.html = TIMEOUT
+LayoutTests/http/tests/security/originHeader/origin-header-for-https.html = TIMEOUT
// This is related to merging EventTargetNode into Node, but I don't understand
// this well enough to know if this just needs a rebase. One of the V8 folk
// should take a look at this. The upstream expected results changed as well,