Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(419)

Unified Diff: third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2

Issue 2238883006: SPv2: Use GeometryMapper to implement PaintLayerClipper. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: none Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2
diff --git a/third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2 b/third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2
index 80170bba5de85c5f0cfdcd37d0c347fa0842d1e7..f8baf3b671eef33f1b4f59df7ffe42c92a7fcfd9 100644
--- a/third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2
+++ b/third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2
@@ -2157,8 +2157,18 @@ compositing/lots-of-img-layers.html [ Failure ]
fast/events/overflow-composited-scroll-fake-mouse-move.html [ Skip ]
-# These timeout due to a JS errr parsing layerTreeAsText
-crbug.com/647831 compositing/overflow/ancestor-with-clip-path.html [ Failure ]
-crbug.com/647831 compositing/overflow/opt-in-if-composited.html [ Failure ]
-crbug.com/647831 compositing/overflow/descendant-with-clip-path.html [ Failure ]
-crbug.com/647831 compositing/overflow/scroller-with-border-radius.html [ Failure ]
+#The following tests for crbug.com/593596 are actually SPv2 progressions.
+# Small pixel differences, needs rebaseline
+crbug.com/593596 compositing/geometry/layer-due-to-layer-children-deep.html [ Failure ]
Xianzhu 2016/10/06 00:13:32 You can also mark them NeedsRebaseline.
chrishtr 2016/10/06 17:11:08 I can't do that without breaking SPv1 expectations
Xianzhu 2016/10/06 17:26:19 The NeedsRebaseline won't cause real rebaseline un
chrishtr 2016/10/06 17:28:04 Good point. Done.
+# These fail because GeometryMapper applies a control clip for the input element; SPv1 does not.
+crbug.com/593596 fast/css/input-search-padding.html [ Failure ]
+crbug.com/593596 fast/forms/search/search-vertical-alignment.html [ Failure ]
+fast/forms/search/searchfield-heights.html [ Failure ]
+fast/forms/search/searchfield-heights.html [ Failure ]
+fast/forms/text/text-font-height-mismatch.html [ Failure ]
+fast/forms/text/textfield-overflow-by-value-update.html [ Failure ]
+fast/replaced/width100percent-searchfield.html [ Failure ]
+# SPv2 correctly positions a background clip that includes the transformed size of div #two.
+# SPv1 does not understand how to apply transforms properly in PaintLayerClipper (the altter isue is
+# also tracked in crbug.com/548184).
+fast/transforms/transform-overflow.html [ Failure ]

Powered by Google App Engine
This is Rietveld 408576698