chromium/third_party/blink/web_tests/paint/invalidation/position/fixed-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [785, 2016],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF",
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV id='t'",
      "bounds": [100, 100],
      "contentsOpaque": true,
      "backgroundColor": "#008000",
      "transform": 2
    },
    {
      "name": "VerticalScrollbar",
      "position": [785, 0],
      "bounds": [15, 600],
      "contentsOpaque": true
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [0, -20, 0, 1]
      ]
    },
    {
      "id": 2,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [8, 100, 0, 1]
      ]
    }
  ]
}