diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "47810", + "webkit_revision": "47821", } diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 91c993b..6bf1212 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2824,3 +2824,6 @@ BUG20376 WIN : LayoutTests/media/audio-play-event.html = TIMEOUT BUG20376 WIN : LayoutTests/media/video-src-remove.html = TIMEOUT FAIL BUG20377 LINUX WIN : LayoutTests/fast/repaint/rel-positioned-inline-with-overflow.html = FAIL +// WebKit 47810:47821 +BUG20399 : LayoutTests/fast/js/JSON-parse-reviver.html = FAIL + |