chromium/third_party/blink/web_tests/compositing/overflow/scroll-parent-with-non-stacking-context-composited-ancestor-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow DIV id='intervening'",
      "bounds": [300, 300],
      "contentsOpaque": true,
      "backfaceVisibility": "hidden",
      "backgroundColor": "#FFEFD5",
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow DIV id='scroller'",
      "position": [1, 1],
      "bounds": [100, 100],
      "drawsContent": false,
      "backfaceVisibility": "hidden",
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow DIV id='scroller'",
      "position": [1, 1],
      "bounds": [100, 180],
      "drawsContent": false,
      "backfaceVisibility": "hidden",
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV id='fixed'",
      "position": [60, 60],
      "bounds": [80, 80],
      "contentsOpaque": true,
      "backgroundColor": "#008000"
    },
    {
      "name": "LayoutBlockFlow (relative positioned) DIV class='scrolled'",
      "position": [5, 5],
      "bounds": [60, 172],
      "backfaceVisibility": "hidden",
      "transform": 1
    },
    {
      "name": "VerticalScrollbar",
      "position": [94, 1],
      "bounds": [7, 100],
      "backfaceVisibility": "hidden",
      "transform": 1
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [98, 90, 0, 1]
      ]
    }
  ]
}