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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerTest.cpp

Issue 2621243002: Fix paint offset and clips in SPv2 (Closed)
Patch Set: none Created 3 years, 11 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/Source/core/paint/PaintLayerTest.cpp
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerTest.cpp b/third_party/WebKit/Source/core/paint/PaintLayerTest.cpp
index 0a8bd310fe5481d2de08595e24ca883d3f04a5bd..8bd2a7bd687307f915d1d077a831997588a2b1da 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerTest.cpp
+++ b/third_party/WebKit/Source/core/paint/PaintLayerTest.cpp
@@ -35,10 +35,6 @@ SlimmingPaintAndRootLayerScrolling foo[] = {
INSTANTIATE_TEST_CASE_P(All, PaintLayerTest, ::testing::ValuesIn(foo));
TEST_P(PaintLayerTest, CompositedBoundsAbsPosGrandchild) {
- // TODO(chrishtr): fix this test for SPv2
- if (RuntimeEnabledFeatures::slimmingPaintV2Enabled())
- return;
-
setBodyInnerHTML(
" <div id='parent'><div id='absposparent'><div id='absposchild'>"
" </div></div></div>"

Powered by Google App Engine
This is Rietveld 408576698