diff options
author | victorw@chromium.org <victorw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-05 00:18:51 +0000 |
---|---|---|
committer | victorw@chromium.org <victorw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-05 00:18:51 +0000 |
commit | 192bf51c4d660a4fd38182ab6eada141bcdbbd59 (patch) | |
tree | cd682f589f17ea2eb73d8f418aadc2631a4f12ff | |
parent | 2bebd9963b25ad9e868a719fe56e348c6c153ba7 (diff) | |
download | chromium_src-192bf51c4d660a4fd38182ab6eada141bcdbbd59.zip chromium_src-192bf51c4d660a4fd38182ab6eada141bcdbbd59.tar.gz chromium_src-192bf51c4d660a4fd38182ab6eada141bcdbbd59.tar.bz2 |
Roll webkit revision 48078
update text expectaions
TBR=japhet
TEST=none
BUG=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25559 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 13 |
2 files changed, 9 insertions, 6 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "48071", + "webkit_revision": "48078", } diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 4143a3f..3bf1ad1 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2315,11 +2315,14 @@ BUG21033 WIN LINUX : LayoutTests/fast/events/init-events.html = FAIL // WebKit 48034:48061 BUG21113 : LayoutTests/userscripts/script-run-at-end.html = FAIL -BUG_VICTORW : LayoutTests/fast/events/pageshow-pagehide-on-back-cached-with-frames.html = TIMEOUT -BUG_VICTORW : LayoutTests/fast/dom/DOMImplementation/detached-doctype.html = CRASH -BUG_VICTORW LINUX : LayoutTests/fast/forms/select-double-onchange.html = FAIL +BUG21136 : LayoutTests/fast/events/pageshow-pagehide-on-back-cached-with-frames.html = TIMEOUT +BUG14091 : LayoutTests/fast/dom/DOMImplementation/detached-doctype.html = CRASH +BUG21141 LINUX : LayoutTests/fast/forms/select-double-onchange.html = FAIL BUG_VICTORW LINUX : LayoutTests/fast/forms/select-script-onchange.html = FAIL -BUG_VICTORW : LayoutTests/http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level.html = CRASH +BUG_VICTORW : LayoutTests/http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level.html = PASS CRASH // Webkit 48061:48071 -BUG_VICTORW WIN DEBUG : LayoutTests/fast/regex/cross-frame-callable.html = TIMEOUT
\ No newline at end of file +BUG_VICTORW WIN DEBUG : LayoutTests/fast/regex/cross-frame-callable.html = TIMEOUT + +// Webkit 48071:48078 +BUG_VICTORW MAC : LayoutTests/fast/forms/enter-clicks-buttons.html = CRASH |