chromium/third_party/blink/web_tests/flag-specific/highdpi/compositing/geometry/flipped-writing-mode-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [1200, 900],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow DIV class='composited flipped'",
      "bounds": [375, 300],
      "contentsOpaque": true,
      "backgroundColor": "#C0C0C0",
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow DIV class='composited box'",
      "position": [-142, 0],
      "bounds": [292, 150],
      "backgroundColor": "#0000FF",
      "transform": 2
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [27, 15, 0, 1]
      ]
    },
    {
      "id": 2,
      "parent": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [195, 15, 0, 1]
      ]
    }
  ]
}