chromium/third_party/blink/web_tests/paint/invalidation/window-resize/window-resize-centered-inline-under-fixed-pos-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [600, 250],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV class='container'",
      "bounds": [600, 250],
      "contentsOpaque": true,
      "backgroundColor": "#D3D3D3",
      "invalidations": [
        [0, 125, 6, 30]
      ]
    }
  ]
}
{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [400, 250],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV class='container'",
      "bounds": [400, 250],
      "contentsOpaque": true,
      "backgroundColor": "#D3D3D3"
    }
  ]
}
{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [400, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV class='container'",
      "bounds": [400, 600],
      "contentsOpaque": true,
      "backgroundColor": "#D3D3D3",
      "invalidations": [
        [0, 250, 400, 350],
        [0, 125, 6, 30]
      ]
    }
  ]
}
{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV class='container'",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#D3D3D3",
      "invalidations": [
        [400, 0, 400, 600]
      ]
    }
  ]
}