HTML5 canvas tests.
- canvas: +
- fillStyle: "#000000"
- font: "10px sans-serif"
- globalAlpha: 1
- globalCompositeOperation: "source-over"
- lineCap: "round"
- lineJoin: "miter"
- lineWidth: 20
- miterLimit: 10
- shadowBlur: 0
- shadowColor: "rgba(0, 0, 0, 0)"
- shadowOffsetX: 0
- shadowOffsetY: 0
- strokeStyle: "#ff0000"
- textAlign: "start"
- textBaseline: "alphabetic"
- webkitBackingStorePixelRatio: 1
- webkitImageSmoothingEnabled: true