diff options
author | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-07 22:35:20 +0000 |
---|---|---|
committer | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-07 22:35:20 +0000 |
commit | fa3bad0ccf9d0844b240efabc8e30e6f5e17d47f (patch) | |
tree | d3f919ca8e6a422c8172cdd83bddc89f29398471 | |
parent | 36a06bad9e883888e32e95bad815fcf89c00fb1c (diff) | |
download | chromium_src-fa3bad0ccf9d0844b240efabc8e30e6f5e17d47f.zip chromium_src-fa3bad0ccf9d0844b240efabc8e30e6f5e17d47f.tar.gz chromium_src-fa3bad0ccf9d0844b240efabc8e30e6f5e17d47f.tar.bz2 |
WebKit Update 52930:52943.
TBR=japhet
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/525101
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35744 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "52930", + "webkit_revision": "52943", "ffmpeg_revision": "34297", "skia_revision": "470", "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 0518931..1fc1f2c 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -3184,4 +3184,7 @@ BUG_DGLAZKOV WIN : LayoutTests/svg/text/text-text-01-b.svg = IMAGE BUG_DGLAZKOV WIN LINUX : LayoutTests/svg/text/text-text-03-b.svg = IMAGE BUG_DGLAZKOV WIN LINUX : LayoutTests/svg/text/text-text-04-t.svg = IMAGE BUG_DGLAZKOV WIN : LayoutTests/svg/text/text-text-07-t.svg = IMAGE -BUG_DGLAZKOV WIN : LayoutTests/svg/text/text-text-08-b.svg = IMAGE
\ No newline at end of file +BUG_DGLAZKOV WIN : LayoutTests/svg/text/text-text-08-b.svg = IMAGE + +// WebKit Roll 52930:52943 +BUG_DGLAZKOV : LayoutTests/fast/css/css3-space-in-nth-and-lang.html = MISSING
\ No newline at end of file |