I started looking into this but found the test is correct and just needs to be rebaselined:
paint/invalidation/absolute-position-moved.html
Would the following regex be possible to mass-rebaseline?
Without RLS:
...
"name": "LayoutView #document",
"bounds": [800, 2016],
"contentsOpaque": true,
"backgroundColor": "#FFFFFF",
...
With RLS:
...
"name": "LayoutView #document",
"bounds": [800, 600],
"backgroundColor": "#FFFFFF"
},
{
"name": "Scrolling Layer",
"bounds": [800, 600],
"drawsContent": false
},
{
"name": "Scrolling Contents Layer",
"bounds": [800, 2016],
"contentsOpaque": true,
"backgroundColor": "#FFFFFF",
...
Comment 1 by szager@chromium.org
, Oct 19 2017