Could you please enable LayoutNGPaintFragments runtime flag on layout_ng bots.
As far as I understand from old changes, this is about testing/buildbot/chromium.fyi.json?
"args": [
- "--additional-driver-flag=--enable-blink-features=LayoutNG"
+ "--additional-driver-flag=--enable-blink-features=LayoutNG",
+ "--additional-driver-flag=--enable-blink-features=LayoutNGPaintFragments",
],
I believe with this change, the bot can still use FlagExpectations/enable-blink-features=LayoutNG. I'm testing this in a private CL[1] but we can rename the FlagExpectations if needed.
There will be ~2000 additional failures by doing this. I'll maintain the FlagExpectations as soon as this is enabled.
/cc dpranke@ as per the blink-dev@ e-mail.
[1] https://chromium-review.googlesource.com/c/chromium/src/+/776334/37
Comment 1 by kojii@chromium.org
, Dec 6 2017