From 3dd7bb9cbd18b10e877844fea9728d151fd72c90 Mon Sep 17 00:00:00 2001 From: "steveblock@google.com" Date: Thu, 17 Nov 2011 12:06:14 +0000 Subject: [PATCH] CSS3 cross-fade tests failing on Chromium after r100535 https://bugs.webkit.org/show_bug.cgi?id=72598 Update test expectations. Unreviewed gardening. * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@100600 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 11 +++++++++++ LayoutTests/platform/chromium/test_expectations.txt | 6 ++++++ 2 files changed, 17 insertions(+) diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index bfec17604a9..343de58e48b 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,14 @@ +2011-11-17 Steve Block + + CSS3 cross-fade tests failing on Chromium after r100535 + https://bugs.webkit.org/show_bug.cgi?id=72598 + + Update test expectations. + + Unreviewed gardening. + + * platform/chromium/test_expectations.txt: + 2011-11-17 Steve Block Compositing LayoutTests failing on Chromium Mac diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt index 583e928a53e..971f784cad3 100644 --- a/LayoutTests/platform/chromium/test_expectations.txt +++ b/LayoutTests/platform/chromium/test_expectations.txt @@ -3915,3 +3915,9 @@ BUGWK72487 SNOWLEOPARD : compositing/geometry/video-fixed-scrolling.html = IMAGE BUGWK72487 SNOWLEOPARD : compositing/geometry/clipped-video-controller.html = IMAGE BUGWK72487 SNOWLEOPARD : compositing/overflow/scroll-ancestor-update.html = IMAGE BUGWK72487 SNOWLEOPARD : compositing/overflow/overflow-compositing-descendant.html = IMAGE + +BUGWK72598 : css3/images/cross-fade-tiled.html = IMAGE +BUGWK72598 : css3/images/cross-fade-invalidation.html = IMAGE +BUGWK72598 : css3/images/cross-fade-simple.html = IMAGE +BUGWK72598 : css3/images/cross-fade-sizing.html = IMAGE +BUGWK72598 : css3/images/cross-fade-blending.html = IMAGE -- GitLab