When RootLayerScrolling is marked "stable" in runtime_enabled_features.json5, the following two unit tests fail on Linux:
All/PaintControllerPaintTestForSlimmingPaintV1AndV2.FullDocumentPaintingWithCaret/0
All/PaintControllerPaintTestForSlimmingPaintV1AndV2.InlineRelayout/0
The failures look like this:
../../third_party/WebKit/Source/core/paint/PaintControllerPaintTest.cpp:47: Failure
Expected: &expected[i].Client()
Which is: 0xc7a70204018
To be equal to: &RootPaintController().GetDisplayItemList()[i].Client()
Which is: 0x1f5813bb5418
Comment 1 by bugdroid1@chromium.org
, Oct 5 2017