diff options
author | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-25 01:05:27 +0000 |
---|---|---|
committer | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-25 01:05:27 +0000 |
commit | e5441500d6c21fc92d56af2425be140d1c17fce5 (patch) | |
tree | 9956a12d772951b1ef98edd8938f4c3b7ac5de58 | |
parent | 8860e4f513e757810afecfb62a2bd282cd731ed9 (diff) | |
download | chromium_src-e5441500d6c21fc92d56af2425be140d1c17fce5.zip chromium_src-e5441500d6c21fc92d56af2425be140d1c17fce5.tar.gz chromium_src-e5441500d6c21fc92d56af2425be140d1c17fce5.tar.bz2 |
Fix a typo
TEST=webkit test runs
BUG=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19212 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 9862dce..6372201 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2787,5 +2787,5 @@ BUG15217 : LayoutTests/fast/js/switch-behaviour.html = FAIL // Has been flaky on Win(dbg) -BUG15267 : WIN DEBUG : LayoutTests/transitions/cancel-transition.html = PASS FAIL -BUG15266 : WIN DEBUG : LayoutTests/media/video-display-toggle.html = TIMEOUT PASS +BUG15267 WIN DEBUG : LayoutTests/transitions/cancel-transition.html = PASS FAIL +BUG15266 WIN DEBUG : LayoutTests/media/video-display-toggle.html = TIMEOUT PASS |