diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 6 |
2 files changed, 7 insertions, 1 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "51406", + "webkit_revision": "51410", "ffmpeg_revision": "30374", "chromium_git": "http://src.chromium.org/git", } diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 525a410..467a8be 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -3038,3 +3038,9 @@ BUG28605 WIN LINUX : LayoutTests/svg/filters/filterRes.svg = IMAGE // New tests. Failures from merge 51210:51325. BUG28646 : LayoutTests/editing/selection/transformed-selection-rects.html = FAIL + +// New failures from merge 51406:51410. +BUG28905 : LayoutTests/http/tests/security/isolatedWorld/world-reuse.html = FAIL +BUG28905 : LayoutTests/plugins/qt-qwidget-plugin.html = FAIL + + |