| 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>"
|
|
|