| 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 410c2cb5ad80094e7979b3464cd533870349375c..ab44dac55b3ef34e1074d5a29c54d957a3e5d567 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>"
|
|
|