chromium/third_party/blink/web_tests/compositing/geometry/limit-layer-bounds-opacity-transition-expected.txt

Test
Fader
{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow DIV class='compositing'",
      "bounds": [1, 1],
      "drawsContent": false,
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow (relative positioned, children-inline) DIV class='test'",
      "bounds": [108, 99],
      "backgroundColor": "#FFFFFF"
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [8, 8, 0, 1]
      ]
    }
  ]
}