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

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 2016],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF",
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV class='fixed red'",
      "bounds": [100, 100],
      "contentsOpaque": true,
      "backgroundColor": "#FF0000",
      "transform": 2
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolute green'",
      "position": [100, 700],
      "bounds": [100, 100],
      "contentsOpaque": true,
      "backgroundColor": "#008000",
      "transform": 1
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [0, -500, 0, 1]
      ]
    },
    {
      "id": 2,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [100, 200, 0, 1]
      ]
    }
  ]
}