Index: LayoutTests/fast/canvas/canvas-path-context-stroke-expected.txt |
diff --git a/LayoutTests/fast/canvas/canvas-path-context-stroke-expected.txt b/LayoutTests/fast/canvas/canvas-path-context-stroke-expected.txt |
index c9a4787b1e34bb2ebdc83f8e830868a1982a542c..395ad769d614ada04b69835d7db2c00ed0b8dc5a 100644 |
--- a/LayoutTests/fast/canvas/canvas-path-context-stroke-expected.txt |
+++ b/LayoutTests/fast/canvas/canvas-path-context-stroke-expected.txt |
@@ -16,6 +16,7 @@ PASS pixelDataAtPoint()[1] is within 5 of 255 |
PASS pixelDataAtPoint()[2] is within 5 of 0 |
PASS pixelDataAtPoint()[3] is within 5 of 255 |
PASS ctx.stroke(null) threw exception TypeError: Failed to execute 'stroke' on 'CanvasRenderingContext2D': parameter 1 is not of type 'Path2D'.. |
+PASS ctx.stroke(undefined) threw exception TypeError: Failed to execute 'stroke' on 'CanvasRenderingContext2D': parameter 1 is not of type 'Path2D'.. |
PASS ctx.stroke([]) threw exception TypeError: Failed to execute 'stroke' on 'CanvasRenderingContext2D': parameter 1 is not of type 'Path2D'.. |
PASS ctx.stroke({}) threw exception TypeError: Failed to execute 'stroke' on 'CanvasRenderingContext2D': parameter 1 is not of type 'Path2D'.. |
PASS successfullyParsed is true |