diff options
-rw-r--r-- | DEPS | 2 | ||||
-rwxr-xr-x | 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": "48684", + "webkit_revision": "48700", "ffmpeg_revision": "26428", } diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 7cabb85..9fa2abd 100755 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2341,3 +2341,8 @@ BUG_PAUL LINUX DEBUG : LayoutTests/fast/backgrounds/size/contain-and-cover.html // WebKit update 48642:48665 BUG_DGLAZKOV : LayoutTests/fast/loader/fragment-after-redirect-gets-back-entry.html = FAIL + +// WebKit update 48684:48700 +BUG_DGLAZKOV LINUX WIN : LayoutTests/fast/forms/basic-buttons.html = FAIL +BUG_DGLAZKOV LINUX WIN : LayoutTests/fast/forms/basic-inputs.html = FAIL +BUG_DGLAZKOV : LayoutTests/fast/forms/textarea-maxlength.html = FAIL |