diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 5 |
2 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "44151", + "webkit_revision": "44202", } diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 5f5ef0d..995f314 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2655,3 +2655,8 @@ BUG12361 : LayoutTests/http/tests/cookies/double-quoted-value-with-semi-colon.ht // webkit 44010+44027 introducted new tests BUG12477 : LayoutTests/http/tests/local/drag-over-remote-content.html = FAIL BUG12477 : LayoutTests/http/tests/security/drag-over-remote-content-iframe.html = FAIL + +// WebKit 44152-44202 introduced new tests +BUG12753 : LayoutTests/fast/dynamic/window-resize-scrollbars-test.html = FAIL +BUG12753 : LayoutTests/fast/dynamic/window-scrollbars-test.html = FAIL + |