chromium/third_party/blink/web_tests/paint/invalidation/window-resize/window-resize-percent-html-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [600, 250],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF",
      "invalidations": [
        [0, 0, 300, 125]
      ]
    }
  ]
}
{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [400, 250],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF",
      "invalidations": [
        [0, 0, 300, 63]
      ]
    }
  ]
}
{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [400, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF",
      "invalidations": [
        [0, 250, 400, 350],
        [0, 0, 200, 150]
      ]
    }
  ]
}
{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF",
      "invalidations": [
        [400, 0, 400, 600],
        [200, 0, 200, 150]
      ]
    }
  ]
}