blob: 3ec705d4f2ac7d61f7787d6b5d540e274ea92b73 [file] [log] [blame]
Test that the IDL extensions for CanvasRenderingContext2D work correctly.
== Running test suite: IDLExtensions.CanvasRenderingContext2D
-- Running test case: IDLExtensions.CanvasRenderingContext2D.getPath.Isolated
PASS: Should not modify X after getting path.
PASS: Should not modify Y after getting path.
PASS: Should not modify X after moving copied path.
PASS: Should not modify Y after moving copied path.
-- Running test case: IDLExtensions.CanvasRenderingContext2D.getPath.NewObject
PASS: Should not return the same object twice.