diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "47770", + "webkit_revision": "47779", } diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index a5716da..5fe337f 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2823,5 +2823,8 @@ BUG20265 LINUX : LayoutTests/platform/mac/accessibility/slider-supports-actions. BUG20292 : LayoutTests/fast/forms/input-list.html = FAIL BUG20292 : LayoutTests/fast/forms/input-selectedoption.html = FAIL +// WebKit 47770:47779 +BUG20319 : LayoutTests/fast/dom/Window/timer-resume-on-navigation-back.html = TIMEOUT + // Fails after V8 rollup -BUG20314 MAC : LayoutTests/fast/css/only-of-type-pseudo-class.html = FAIL
\ No newline at end of file +BUG20314 MAC : LayoutTests/fast/css/only-of-type-pseudo-class.html = FAIL |