chromium/third_party/blink/web_tests/virtual/disable-raster-inducing-scroll/paint/invalidation/scroll/repaint-composited-child-in-scrolled-container-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#7F7FFF",
      "invalidations": [
        [8, 8, 285, 285],
        [8, 293, 285, 15]
      ]
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV id='container'",
      "bounds": [600, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FF0000",
      "invalidations": [
        [0, 0, 600, 600]
      ],
      "transform": 3
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [8, 8, 0, 1]
      ]
    },
    {
      "id": 2,
      "parent": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [-365, 0, 0, 1]
      ]
    },
    {
      "id": 3,
      "parent": 2,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [50, 0, 0, 1]
      ]
    }
  ]
}