{
  "version": 1,
  "width": 720,
  "height": 400,
  "title": "Test results",
  "description": "Illustrate a test run and call attention to one failure. All values are illustrative example data.",
  "elements": [
    {
      "type": "text",
      "x": 36,
      "y": 39,
      "text": "Read the failing case",
      "size": 17,
      "fill": "ink",
      "align": "start",
      "mono": false
    },
    {
      "type": "text",
      "x": 36,
      "y": 62,
      "text": "Illustrative test report",
      "size": 11,
      "fill": "muted",
      "align": "start",
      "mono": true
    },
    {
      "type": "line",
      "x": 40,
      "y": 151,
      "x2": 680,
      "y2": 151,
      "arrow": false,
      "dashed": false,
      "stroke": "rule"
    },
    {
      "type": "text",
      "x": 49,
      "y": 133,
      "text": "PASS  escapes user-supplied labels",
      "size": 14,
      "fill": "ink",
      "align": "start",
      "mono": true
    },
    {
      "type": "line",
      "x": 40,
      "y": 199,
      "x2": 680,
      "y2": 199,
      "arrow": false,
      "dashed": false,
      "stroke": "rule"
    },
    {
      "type": "text",
      "x": 49,
      "y": 181,
      "text": "PASS  renders all catalog recipes",
      "size": 14,
      "fill": "ink",
      "align": "start",
      "mono": true
    },
    {
      "type": "line",
      "x": 40,
      "y": 247,
      "x2": 680,
      "y2": 247,
      "arrow": false,
      "dashed": false,
      "stroke": "rule"
    },
    {
      "type": "text",
      "x": 49,
      "y": 229,
      "text": "FAIL  rejects an invalid radius",
      "size": 14,
      "fill": "negative",
      "align": "start",
      "mono": true
    },
    {
      "type": "line",
      "x": 40,
      "y": 295,
      "x2": 680,
      "y2": 295,
      "arrow": false,
      "dashed": false,
      "stroke": "rule"
    },
    {
      "type": "text",
      "x": 49,
      "y": 277,
      "text": "PASS  preserves the scene title",
      "size": 14,
      "fill": "ink",
      "align": "start",
      "mono": true
    },
    {
      "type": "text",
      "x": 49,
      "y": 350,
      "text": "Expected: a positive number. Received: -4.",
      "size": 12,
      "fill": "negative",
      "align": "start",
      "mono": true
    }
  ]
}