diff options
author | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-03 06:51:46 +0000 |
---|---|---|
committer | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-03 06:51:46 +0000 |
commit | e5d1c1e348df89c4c0640222249c1d62be46b1ff (patch) | |
tree | 71c5bfc0573fbacc9da4cd96809a2653c9cef757 /webkit | |
parent | ae624c0805eac0bc664890c1b998e4281fb2bad4 (diff) | |
download | chromium_src-e5d1c1e348df89c4c0640222249c1d62be46b1ff.zip chromium_src-e5d1c1e348df89c4c0640222249c1d62be46b1ff.tar.gz chromium_src-e5d1c1e348df89c4c0640222249c1d62be46b1ff.tar.bz2 |
Some layout tests failed in a recent merge due to a FocusController change. They now pass (and a new test fails).
BUG=http://crbug.com/15780
TEST=Run the layout tests.
TBR=jorlow@chromium.org
Review URL: http://codereview.chromium.org/155044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19901 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 4d85512..eacbeef 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2795,21 +2795,11 @@ BUG15733 : LayoutTests/compositing/repaint/content-into-overflow.html = FAIL BUG15733 : LayoutTests/compositing/repaint/overflow-into-content.html = FAIL // WebKit 45431:45444 -BUG15780 : LayoutTests/fast/dom/Window/window-onFocus.html = FAIL -BUG15780 : LayoutTests/fast/events/frame-click-focus.html = FAIL -BUG15780 : LayoutTests/fast/events/frame-programmatic-focus.html = FAIL -BUG15780 : LayoutTests/fast/events/frame-tab-focus.html = CRASH FAIL -BUG15780 : LayoutTests/fast/frames/iframe-window-focus.html = FAIL -BUG15780 : LayoutTests/editing/selection/select-all-iframe.html = FAIL -BUG15780 : LayoutTests/fast/repaint/text-selection-rect-in-overflow-2.html = FAIL BUG15780 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom-attributes.html = FAIL TIMEOUT -BUG15780 : LayoutTests/fast/repaint/4774354.html = FAIL TIMEOUT -BUG15780 : LayoutTests/fast/forms/tabbing-input-iframe.html = FAIL -BUG15780 : LayoutTests/fast/overflow/scrollRevealButton.html = FAIL -// Re-enable once the (more broad) duplicates (in the above section) are gone. -// BUG10384 MAC : LayoutTests/fast/events/frame-tab-focus.html = CRASH FAIL -// BUG11613 LINUX : LayoutTests/fast/forms/tabbing-input-iframe.html = FAIL -// BUG11613 LINUX : LayoutTests/fast/overflow/scrollRevealButton.html = FAIL +BUG15780 : LayoutTests/fast/dom/HTMLDocument/hasFocus.html = FAIL +BUG10384 MAC : LayoutTests/fast/events/frame-tab-focus.html = CRASH FAIL +BUG11613 LINUX : LayoutTests/fast/forms/tabbing-input-iframe.html = FAIL +BUG11613 LINUX : LayoutTests/fast/overflow/scrollRevealButton.html = FAIL // WebKit 45460:45473 BUG15837 : LayoutTests/http/tests/security/xssAuditor/script-tag-null-char.html = FAIL |