From 9668e6178d9d5e89641859cec0cfe1fd3acd5182 Mon Sep 17 00:00:00 2001 From: "graouts@webkit.org" Date: Fri, 29 Jun 2018 12:34:04 +0000 Subject: [PATCH] [mac][wk2] REGRESSION (Tiled Drawing): Some css3/ tests fail with fringing around tiled background-images that intersect tile boundaries https://bugs.webkit.org/show_bug.cgi?id=122235 Unreviewed. This test has not been flaky on all ports by GTK for a long time. * platform/ios-wk1/TestExpectations: * platform/mac-wk2/TestExpectations: * platform/wincairo/TestExpectations: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@233351 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 11 +++++++++++ LayoutTests/platform/ios-wk1/TestExpectations | 1 - LayoutTests/platform/mac-wk2/TestExpectations | 3 --- LayoutTests/platform/wincairo/TestExpectations | 1 - 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index a952e40e..be21a09 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,14 @@ +2018-06-29 Antoine Quint + + [mac][wk2] REGRESSION (Tiled Drawing): Some css3/ tests fail with fringing around tiled background-images that intersect tile boundaries + https://bugs.webkit.org/show_bug.cgi?id=122235 + + Unreviewed. This test has not been flaky on all ports by GTK for a long time. + + * platform/ios-wk1/TestExpectations: + * platform/mac-wk2/TestExpectations: + * platform/wincairo/TestExpectations: + 2018-06-27 Antoine Quint [Web Animations] Using a Web Animation leaks the Document diff --git a/LayoutTests/platform/ios-wk1/TestExpectations b/LayoutTests/platform/ios-wk1/TestExpectations index 3b04619..ceea313 100644 --- a/LayoutTests/platform/ios-wk1/TestExpectations +++ b/LayoutTests/platform/ios-wk1/TestExpectations @@ -686,7 +686,6 @@ css3/filters/backdrop/backdrop-filter-with-border-radius-and-reflection-add.html css3/filters/backdrop/backdrop-filter-with-border-radius-and-reflection.html [ ImageOnlyFailure ] css3/filters/backdrop/backdrop-filter-with-clip-path.html [ ImageOnlyFailure ] css3/flexbox/content-height-with-scrollbars.html [ ImageOnlyFailure ] -css3/masking/mask-repeat-space-border.html [ ImageOnlyFailure ] # CSS tests that pass: css3/flexbox/csswg/ttwf-reftest-flex-wrap-reverse.html [ Pass ] diff --git a/LayoutTests/platform/mac-wk2/TestExpectations b/LayoutTests/platform/mac-wk2/TestExpectations index e9338a0..41fd4c1 100644 --- a/LayoutTests/platform/mac-wk2/TestExpectations +++ b/LayoutTests/platform/mac-wk2/TestExpectations @@ -280,9 +280,6 @@ webkit.org/b/107018 svg/animations/mozilla/animateMotion-mpath-pathLength-1.svg # Color space issues from switching to tiled drawing. webkit.org/b/122234 css3/filters/null-effect-check.html [ ImageOnlyFailure ] -# Tiled background images that intersect the tiles are getting weird fringing. -webkit.org/b/122235 css3/masking/mask-repeat-space-border.html [ ImageOnlyFailure ] - webkit.org/b/124476 platform/mac-wk2/plugins/slow/asynchronous-plugin-initialization-multiple.html [ Pass Failure ] # uiElementForSearchPredicate() is not returning an undefined object when the search returns no results diff --git a/LayoutTests/platform/wincairo/TestExpectations b/LayoutTests/platform/wincairo/TestExpectations index e88b9d0..444e443 100644 --- a/LayoutTests/platform/wincairo/TestExpectations +++ b/LayoutTests/platform/wincairo/TestExpectations @@ -651,7 +651,6 @@ css3/background/background-repeat-space-content.html [ ImageOnlyFailure ] css3/background/background-repeat-space-padding.html [ ImageOnlyFailure ] css3/masking/clip-path-reference-userSpaceOnUse.html [ ImageOnlyFailure ] css3/masking/clip-path-reference.html [ ImageOnlyFailure ] -css3/masking/mask-repeat-space-border.html [ ImageOnlyFailure ] css3/masking/mask-repeat-space-content.html [ ImageOnlyFailure ] css3/masking/mask-repeat-space-padding.html [ ImageOnlyFailure ] -- 1.8.3.1