When RootLayerScrolling is marked "stable" in runtime_enabled_features.json5, the following unit tests fail on Linux:
TablePainterTest.Background
TablePainterTest.BackgroundInSelfPaintingRow
TablePainterTest.BackgroundWithCellSpacing
TablePainterTest.CollapsedBorderAndOverflow
The failures look like this:
../../third_party/WebKit/Source/core/paint/TablePainterTest.cpp:42: Failure
Expected: &expected[i].Client()
Which is: 0x368065e04018
To be equal to: &RootPaintController().GetDisplayItemList()[i].Client()
Which is: 0x23e52e5b5418
Comment 1 by bugdroid1@chromium.org
, Oct 6 2017