Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / canvas / winding-enumeration-expected.txt
blob6383d08fb3d3e516566bf79eb795918b0f6391bb
1 PASS context.fill() did not throw exception.
2 PASS context.fill('nonzero') did not throw exception.
3 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..
4 PASS context.clip() did not throw exception.
5 PASS context.clip('nonzero') did not throw exception.
6 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..
7 PASS context.isPointInPath(0, 0) did not throw exception.
8 PASS context.isPointInPath(0, 0, 'nonzero') did not throw exception.
9 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..
10 PASS successfullyParsed is true
12 TEST COMPLETE