chromium/third_party/blink/web_tests/platform/fuchsia/compositing/layer-creation/fixed-position-out-of-view-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 1021],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV class='fixed'",
      "bounds": [10, 10],
      "contentsOpaque": true,
      "backgroundColor": "#C0C0C0"
    },
    {
      "name": "LayoutBlockFlow HTML",
      "position": [8, 13],
      "bounds": [784, 1000],
      "contentsOpaqueForText": true,
      "drawsContent": false
    },
    {
      "name": "VerticalScrollbar",
      "position": [789, 0],
      "bounds": [11, 600]
    }
  ]
}