chromium/third_party/blink/web_tests/platform/mac/css3/filters/composited-during-transition-layertree-expected.txt

  
  
  
  
{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutImage IMG id='grayscale-box'",
      "bounds": [160, 90],
      "transform": 1
    },
    {
      "name": "LayoutImage IMG id='sepia-box'",
      "position": [202, 18],
      "bounds": [160, 90]
    },
    {
      "name": "LayoutImage IMG id='saturate-box'",
      "bounds": [160, 90],
      "transform": 2
    },
    {
      "name": "LayoutImage IMG id='huerotate-box'",
      "position": [202, 132],
      "bounds": [160, 90]
    },
    {
      "name": "LayoutImage IMG id='invert-box'",
      "bounds": [160, 90],
      "transform": 3
    },
    {
      "name": "LayoutImage IMG id='opacity-box'",
      "position": [202, 246],
      "bounds": [160, 90]
    },
    {
      "name": "LayoutImage IMG id='brightness-box'",
      "bounds": [160, 90],
      "transform": 4
    },
    {
      "name": "LayoutImage IMG id='contrast-box'",
      "position": [202, 360],
      "bounds": [160, 90]
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [18, 18, 0, 1]
      ]
    },
    {
      "id": 2,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [18, 132, 0, 1]
      ]
    },
    {
      "id": 3,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [18, 246, 0, 1]
      ]
    },
    {
      "id": 4,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [18, 360, 0, 1]
      ]
    }
  ]
}