diff options
-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 |