diff options
author | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-07 00:20:22 +0000 |
---|---|---|
committer | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-07 00:20:22 +0000 |
commit | 7b57c3af9a2762d57d4adcea1b5dd7cd5e9c970a (patch) | |
tree | 4339f0ff9709b9eadcaffb9ccac76ad03edae617 | |
parent | da373225b0783166bca66c3534f7bde71eae0c51 (diff) | |
download | chromium_src-7b57c3af9a2762d57d4adcea1b5dd7cd5e9c970a.zip chromium_src-7b57c3af9a2762d57d4adcea1b5dd7cd5e9c970a.tar.gz chromium_src-7b57c3af9a2762d57d4adcea1b5dd7cd5e9c970a.tar.bz2 |
Assigning a specific bug to a recent layout test failure (focus related).
BUG=16018
TEST=None
TBR=jorlow
Review URL: http://codereview.chromium.org/155114
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19993 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index a3d0afa..58fbf4c 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -1119,6 +1119,10 @@ BUG13692 MAC : LayoutTests/fast/invalid/019.html = CRASH PASS // <body><canvas height=100></canvas></body> is 1 px taller than upstream. BUG13809 WIN LINUX : LayoutTests/fast/canvas/canvas-empty-image-pattern.html = FAIL +// This test has been failing since the FocusController::setFocused API was +// added in WebKit. +BUG16018 : LayoutTests/fast/dom/HTMLDocument/hasFocus.html = FAIL + // ---------------------------------------------------------------------------- // NEW FOR THE MERGE // @@ -2783,7 +2787,6 @@ BUG15733 LINUX WIN : LayoutTests/compositing/repaint/overflow-into-content.html // WebKit 45431:45444 BUG15780 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom-attributes.html = FAIL TIMEOUT -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 @@ -2953,4 +2956,4 @@ BUG15892 MAC : chrome/fast/dom/messageport-gc.html = TIMEOUT BUG15921 SKIP : LayoutTests/media/controls-strict.html = FAIL // Webkit 45535:45555 -BUG15977 : LayoutTests/svg/custom/createImageElement2.xhtml = FAIL
\ No newline at end of file +BUG15977 : LayoutTests/svg/custom/createImageElement2.xhtml = FAIL |