summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/canvas/winding-enumeration-expected.txt
blob: 6383d08fb3d3e516566bf79eb795918b0f6391bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
PASS context.fill() did not throw exception.
PASS context.fill('nonzero') did not throw exception.
PASS context.fill('randomstring') threw exception TypeError: Failed to execute 'fill' on 'CanvasRenderingContext2D': The provided value 'randomstring' is not a valid enum value of type CanvasFillRule..
PASS context.clip() did not throw exception.
PASS context.clip('nonzero') did not throw exception.
PASS context.clip('randomstring') threw exception TypeError: Failed to execute 'clip' on 'CanvasRenderingContext2D': The provided value 'randomstring' is not a valid enum value of type CanvasFillRule..
PASS context.isPointInPath(0, 0) did not throw exception.
PASS context.isPointInPath(0, 0, 'nonzero') did not throw exception.
PASS context.isPointInPath(0, 0, 'randomstring') threw exception TypeError: Failed to execute 'isPointInPath' on 'CanvasRenderingContext2D': The provided value 'randomstring' is not a valid enum value of type CanvasFillRule..
PASS successfullyParsed is true

TEST COMPLETE