diff options
author | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-01 23:17:13 +0000 |
---|---|---|
committer | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-01 23:17:13 +0000 |
commit | a036d3bd56866b7cae4d2344b7f314fc1381a789 (patch) | |
tree | cfd5f58766be57f399d1c694ee27568df78a9fcc /webkit | |
parent | ca49db38a340abdec4bb4562a13ebc7571e8d3aa (diff) | |
download | chromium_src-a036d3bd56866b7cae4d2344b7f314fc1381a789.zip chromium_src-a036d3bd56866b7cae4d2344b7f314fc1381a789.tar.gz chromium_src-a036d3bd56866b7cae4d2344b7f314fc1381a789.tar.bz2 |
frame-tab-focus was defined twice...comment out the second version for now
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/151180
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19783 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index cce8588..8979abd 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -1568,7 +1568,6 @@ BUG10384 MAC : LayoutTests/fast/css/background-shorthand-invalid-url.html = CRAS BUG10384 MAC : LayoutTests/fast/dom/Window/window-early-properties.html = CRASH TIMEOUT PASS BUG10674 MAC : chrome/http/tests/misc/set-window-opener-to-null.html = PASS TIMEOUT FAIL BUG10384 MAC : LayoutTests/fast/dom/Window/new-window-opener.html = CRASH TIMEOUT FAIL -BUG10384 MAC : LayoutTests/fast/events/frame-tab-focus.html = CRASH FAIL BUG10384 MAC : LayoutTests/fast/forms/focus2.html = CRASH FAIL BUG10384 MAC : LayoutTests/fast/borders/svg-as-border-image-2.html = CRASH PASS BUG10384 MAC : LayoutTests/fast/canvas/pattern-with-transform.html = CRASH FAIL PASS @@ -2845,7 +2844,9 @@ BUG15733 : LayoutTests/compositing/repaint/overflow-into-content.html = FAIL 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 = FAIL +BUG15780 : LayoutTests/fast/events/frame-tab-focus.html = CRASH FAIL +// Re-enable later... +// BUG10384 MAC : 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 |