diff options
author | michaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-01 18:59:26 +0000 |
---|---|---|
committer | michaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-01 18:59:26 +0000 |
commit | 3fd964beb5fc007e407e69080b4ad1383d94e532 (patch) | |
tree | 1e89820a369f3873917fcbcda2a036d88630b859 | |
parent | 84c88aa65b45234668caa6b4a7205e534a7b8973 (diff) | |
download | chromium_src-3fd964beb5fc007e407e69080b4ad1383d94e532.zip chromium_src-3fd964beb5fc007e407e69080b4ad1383d94e532.tar.gz chromium_src-3fd964beb5fc007e407e69080b4ad1383d94e532.tar.bz2 |
WebKit roll to 47941
// These tests went red with r47922 change to FontLinux, possibly need rebaselining.
BUG_MICHAELN LINUX : LayoutTests/fast/text/drawBidiText.html = FAIL
BUG_MICHAELN LINUX : LayoutTests/fast/text/international/bidi-control-chars-treated-as-ZWS.html = FAIL
BUG_MICHAELN LINUX : LayoutTests/fast/text/international/bidi-listbox-atsui.html = FAIL
TBR=yusukes,victorw
BUG=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25068 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 6 |
2 files changed, 7 insertions, 1 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "47913", + "webkit_revision": "47941", } diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index a473ee7..c270c4f 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2431,3 +2431,9 @@ BUG20786 WIN DEBUG : LayoutTests/fast/dom/undetectable-style-filter.html = PASS BUG20786 WIN DEBUG : LayoutTests/fast/dom/undetectable-document-all.html = PASS CRASH BUG10480 LINUX DEBUG : LayoutTests/editing/selection/move-by-line-001.html = PASS FAIL + +// WebKit roll to 47941 +// These tests went red with r47922 change to FontLinux, possibly need rebaselining. +BUG_MICHAELN LINUX : LayoutTests/fast/text/drawBidiText.html = FAIL +BUG_MICHAELN LINUX : LayoutTests/fast/text/international/bidi-control-chars-treated-as-ZWS.html = FAIL +BUG_MICHAELN LINUX : LayoutTests/fast/text/international/bidi-listbox-atsui.html = FAIL |