diff options
author | rolandsteiner@chromium.org <rolandsteiner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-24 12:27:30 +0000 |
---|---|---|
committer | rolandsteiner@chromium.org <rolandsteiner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-24 12:27:30 +0000 |
commit | 8791ed148c757fb6d5bd7db0c3601f5f897ba255 (patch) | |
tree | b8e71e526efa29176239d3aabc6f63d20363db3e | |
parent | 12ea9b27f4b143c59b6cb749f729025e484e7c5d (diff) | |
download | chromium_src-8791ed148c757fb6d5bd7db0c3601f5f897ba255.zip chromium_src-8791ed148c757fb6d5bd7db0c3601f5f897ba255.tar.gz chromium_src-8791ed148c757fb6d5bd7db0c3601f5f897ba255.tar.bz2 |
WebKit roll 65859:65885, upstream test expectations, add new SVG tests as temporary suppressions
BUG=none
TEST=none
TBR=dumi
Review URL: http://codereview.chromium.org/3137036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57173 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 18 |
2 files changed, 14 insertions, 6 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", "nacl_trunk": "http://nativeclient.googlecode.com/svn/trunk", - "webkit_revision": "65859", + "webkit_revision": "65885", "ffmpeg_revision": "56386", "skia_revision": "593", "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 577259e..8be54f8 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -12,8 +12,16 @@ BUG52841 MAC : fast/dom/Geolocation/no-page-cache.html = TEXT PASS BUG52841 MAC : fast/dom/HTMLAnchorElement/set-href-attribute-hash.html = TEXT PASS BUG52841 MAC : editing/selection/drag-in-iframe.html = IMAGE -BUG53073 WIN : fast/repaint/multicol-repaint.html = IMAGE+TEXT -BUG53073 DEBUG : storage/change-version.html = CRASH PASS -BUG21852 MAC : fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html = TEXT -BUG53073 LINUX : svg/custom/clip-path-units-changes.svg = TEXT -BUG10296 LINUX DEBUG : svg/batik/paints/patternPreserveAspectRatioA.svg = IMAGE IMAGE+TEXT TIMEOUT
\ No newline at end of file +// New in WK r65880, some probably just need rebaselining, others have real diffs +BUGWK44514 : svg/clip-path/clip-in-mask-objectBoundingBox.svg = IMAGE +BUGWK44514 : svg/clip-path/clip-in-mask-userSpaceOnUse.svg = IMAGE +BUGWK44514 : svg/clip-path/clip-in-mask.svg = IMAGE +BUGWK44514 : svg/clip-path/deep-nested-clip-in-mask-different-unitTypes.svg = IMAGE+TEXT +BUGWK44514 : svg/clip-path/deep-nested-clip-in-mask-panning.svg = IMAGE+TEXT +BUGWK44514 : svg/clip-path/deep-nested-clip-in-mask.svg = IMAGE+TEXT +BUGWK44514 : svg/clip-path/nested-clip-in-mask-image-based-clipping.svg = IMAGE +BUGWK44514 : svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping.svg = IMAGE +BUGWK44514 : svg/clip-path/nested-clip-in-mask-path-based-clipping.svg = IMAGE +// Rebaselined in WK r65874, Linux has missing lines +BUGWK44514 LINUX : svg/custom/missing-xlink.svg = TEXT + |