diff options
-rw-r--r-- | DEPS | 4 | ||||
-rw-r--r-- | WEBKIT_MERGE_REVISION | 2 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 19 |
3 files changed, 17 insertions, 8 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "41999", + "webkit_revision": "42026", } @@ -19,7 +19,7 @@ deps = { "http://googletest.googlecode.com/svn/trunk@214", "src/third_party/WebKit": - "/trunk/deps/third_party/WebKit@12723", + "/trunk/deps/third_party/WebKit@12735", "src/third_party/icu38": "/trunk/deps/third_party/icu38@12390", diff --git a/WEBKIT_MERGE_REVISION b/WEBKIT_MERGE_REVISION index aa95dd8..d42915d6 100644 --- a/WEBKIT_MERGE_REVISION +++ b/WEBKIT_MERGE_REVISION @@ -1 +1 @@ -http://svn.webkit.org/repository/webkit/trunk@41999
\ No newline at end of file +http://svn.webkit.org/repository/webkit/trunk@42026
\ No newline at end of file diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 42a7790..e603504 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2287,12 +2287,8 @@ LINUX : LayoutTests/editing/selection/4776665.html = FAIL // Filed a bug 9371. BUG 9371 DEFER WIN : LayoutTests/http/tests/misc/cached-scripts.html = CRASH BUG 9371 DEFER WIN : LayoutTests/http/tests/misc/canvas-pattern-from-incremental-image.html = CRASH -//BUG 9371 DEFER WIN : LayoutTests/http/tests/misc/url-in-utf16be.html = CRASH BUG 9371 DEFER WIN : LayoutTests/http/tests/security/originHeader/origin-header-for-post.html = CRASH BUG 9371 DEFER WIN LINUX MAC : LayoutTests/http/tests/security/postMessage/data-url-sends-null-origin.html = CRASH - -// Attention: this test, when it does not crash anymore, should be un-commented above in this file as 'failing' -//BUG 9371 DEFER WIN LINUX MAC : LayoutTests/http/tests/xmlhttprequest/methods.html = CRASH BUG 9371 DEFER WIN LINUX MAC : LayoutTests/http/tests/xmlhttprequest/status-after-abort.html = CRASH // New tests, need Chromium baseline. @@ -2334,7 +2330,7 @@ DEFER LINUX : LayoutTests/fast/forms/slider-padding.html = FAIL DEFER LINUX : LayoutTests/fast/forms/slider-thumb-shared-style.html = FAIL DEFER LINUX : LayoutTests/fast/forms/slider-transformed.html = FAIL -// Merge WebKit: 41944:41999, Mac flaky failures. +// Mac flaky failures. DEFER MAC RELEASE : LayoutTests/svg/css/glyph-orientation-rounding-test.xhtml = FAIL PASS // <input type="search">; various failures, some tests may simply need new @@ -2350,3 +2346,16 @@ LINUX MAC : LayoutTests/fast/replaced/width100percent-searchfield.html = FAIL // r12699 changed how mouse input is handled; seems likely candidate. // http://code.google.com/p/chromium/issues/detail?id=9454 MAC : LayoutTests/fast/events/mouseup-from-button2.html = FAIL + +// Merge WebKit: 41999:42026, new tests. +DEFER WIN MAC LINUX : LayoutTests/compositing/overflow/ancestor-overflow.html = FAIL +DEFER WIN MAC LINUX : LayoutTests/compositing/overflow/parent-overflow.html = FAIL + +// Merge WebKit: 41999:42026, needs a rebaseline. +DEFER WIN MAC LINUX : LayoutTests/fast/backgrounds/svg-as-background-4.html = FAIL + +// Merge WebKit: 41999:42026. +BUG 9465 DEFER WIN : LayoutTests/http/tests/security/cross-frame-access-protocol-explicit-domain.html = FAIL +BUG 9465 DEFER WIN : LayoutTests/http/tests/security/cross-frame-access-protocol.html = FAIL +BUG 9465 DEFER WIN : LayoutTests/http/tests/ssl/verify-ssl-enabled.php = FAIL +BUG 9465 DEFER WIN : LayoutTests/http/tests/security/originHeader/origin-header-for-https.html = TIMEOUT |